|
HRI board firmware
v2.1
Microcontroller firmware of the board used during the HRI labs.
|
#include "../main.h"Go to the source code of this file.
Functions | |
| void | dio_Init (void) |
| bool | dio_Get (int pinIndex) |
| void | dio_Set (int pinIndex, bool high) |
| void | dio_Toggle (int pinIndex) |
1.8.13