Commit Graph

3 Commits

Author SHA1 Message Date
A.M. Rowsell f8eab9ebd9
Renamed .h files, formatted all code with astyle -A14
I now have a post-build step which formats all the code using
astyle -n -z2 -Z -A14 *.hpp *.cpp
The options are to preserve the dates of each file, force the
Linux line endings, and format the files directly omitting the
creation of the .orig file. The -A14 is "Google" style which
happens to be the style I've always personally used, which is
handy.
2020-10-06 12:01:34 -04:00
A.M. Rowsell 28cacf7258
Huge update which finally got interrupts working, plus more
Interrupts finally solved, bloody confusing literature.
All the pins *should* be set up correctly now. Next step is to
test SPI (and possibly split SPI out into its own class). The DAC
update function may eventually be put in a DAC class if there are
other related functions that need to be associated.
2020-10-06 11:36:13 -04:00
A.M. Rowsell e23b89e122
Converted everything to C++, added Flash and FIFO class files 2020-10-01 17:20:20 -04:00