aboutsummaryrefslogtreecommitdiffstats
path: root/src/initial_pins.c
Commit message (Collapse)AuthorAgeFilesLines
* initial_pins: Add check to reduce compile time size when not in useKevin O'Connor2022-12-161-0/+2
| | | | | | | Add a check to the start of initial_pins_setup() to make it easier for gcc to optimize the code if it is not in use. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* initial_pins: Add ability to configure output pins at mcu startupKevin O'Connor2019-03-171-0/+25
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>