main.c
255 Bytes
#include <stdint.h>
#include <stdbool.h>
{
// add registers here
}
void delay_ms (int delay)
{
// add code here
}
void ConfigureLEDs (void)
{
// add code here
}
void ConfigureButtons (void)
{
// add code here
}
int main(void)
{
// add code here
}