Aim
This program demonstrates the very simplest of programs, a flashing led, other projects have built on this library to use the ethernet, RTC, timers, SPI, uart1 and GPIO peripherals.
Diff: main/periphs.h
- Revision:
- 0:f4dd9936dfd9
diff -r 000000000000 -r f4dd9936dfd9 main/periphs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main/periphs.h Thu Dec 06 11:23:34 2018 +0000 @@ -0,0 +1,1 @@ +extern void PeriphsInit (void); \ No newline at end of file