Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FATFileSystem N5110_mod SDFileSystem USBDevice mbed
LED matrix
Variables and functions used to adress the step LEDs. More...
Namespaces | |
| namespace | shift_LED |
LED above the shift button on the PCB. | |
| namespace | LED_buffer |
# Flags, maps & variables | |
| namespace | LED_pos |
stores the current position of the LED_bus scan, in order to select the correct value for the output from the LED_buffer array | |
| namespace | LED_write |
updates the values within LED_buffer to those required for the current output | |
Functions | |
| BusOut | LED_bus (PTC0, PTC9, PTC5, PTC7, PTC2, PTA2, PTB23, PTA1) |
| # IO & interrupts | |
| void | LED_scan_ISR () |
| # LED functions | |
| void | LED_write (uint16_t value) |
| Matrix refresh routine. | |
| void | LED_init () |
| initialises LEDs | |
Variables | |
| Ticker | LED_scan_tkr |
| ticker used to scan through the LED matrix values | |
Detailed Description
Variables and functions used to adress the step LEDs.
Function Documentation
| BusOut LED_bus | ( | PTC0 | , |
| PTC9 | , | ||
| PTC5 | , | ||
| PTC7 | , | ||
| PTC2 | , | ||
| PTA2 | , | ||
| PTB23 | , | ||
| PTA1 | |||
| ) |
# IO & interrupts
bus used to adress the LED matrix
| void LED_init | ( | ) |
| void LED_scan_ISR | ( | ) |
| void LED_write | ( | uint16_t | value ) |
Variable Documentation
| Ticker LED_scan_tkr |
Generated on Tue Jul 12 2022 13:31:54 by
1.7.2