Add documentation for the GPIOs

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2022-12-19 11:47:12 +01:00
parent 7a9019d867
commit 8a5a338473
No known key found for this signature in database
GPG key ID: 865B8A548EA61679
2 changed files with 9 additions and 2 deletions

View file

@ -150,7 +150,13 @@ includes:
- Read access to the 32 bit FPGA design version, expressed as an integer
- Control and status access for the RGB LED on TKey board
- Control ans status access for the 4 GPIOs on the TKey board
- Control and status access for the 4 GPIOs on the TKey board
- GPIO 1 and 2 are inputs and provide read access to the
current sampled value digital values on the pins.
- GPIO 3 and 4 are outputs. The digital value written to
the bits will be presented on the pins.
- Application read access to information about the loaded
application. The information is written by the firmware.