Commit Graph

6 Commits

Author SHA1 Message Date
eefcd3af81 Fix: returned CMake support alongside make 2022-03-19 20:42:38 +01:00
e7e988c44d Fix: transition to make because CMake used the wrong linker
Credit to Łukasz Podkalicki for Makefile
2022-03-19 18:34:43 +01:00
b6bac30388 * QA: re-separation into library files
* Feature: `set_ports()` for setting GP ports
* Change: removal of `static` and `inline` keywords to enable going library
2022-03-07 16:15:20 +01:00
60a7b1309e * optimisation: -C3 compiler flag for optimised size
* bugfix: correct order of setting `DDRn` and `PORTn`
* optimisation: `enum` and `static const` instead of macros
* optimisation: `PT6302_startup` is now `inline`
* optimisation: functions are now static
* bugfix: `data` is now rotated and stored instead of just rotating
* special thanks to @kissadamfkut for pointing all of this out to me
2022-03-02 23:47:26 +01:00
f3bd6ecc00 * made the code leaner 2022-03-02 20:23:20 +01:00
dd641a1af6 Innitial commit, blinky 2022-03-02 20:16:53 +01:00