Commit e8cd05501a87a628cd396dfd0619993a23d4a6c9
receivedWed, 24. Jul 2024, 19:03:29 (by user sx)
Wed, 24 Jul 2024 17:03:29 +0000 (19:03 +0200)
authorManfred Steiner <sx@htl-kaindorf.at>
Wed, 24 Jul 2024 17:03:22 +0000 (19:03 +0200)
committerManfred Steiner <sx@htl-kaindorf.at>
Wed, 24 Jul 2024 17:03:22 +0000 (19:03 +0200)
tree098babcf4ec1b42471b6021427332c5f5156cdd8
parente0f2f338b83c4231b2f39c8369a8bcd23fb9a84b
Message:
...
13 files changed:
kicad/dist/v1a/README.md
software/test_2024-07-23/Makefile
software/test_2024-07-23/src/main.c [deleted file]
software/test_2024-07-23/src/main.cpp [new file with mode: 0644]
software/test_2024-07-23/src/main.hpp [new file with mode: 0644]
software/test_2024-07-23/src/units/led.cpp [new file with mode: 0644]
software/test_2024-07-23/src/units/led.hpp [new file with mode: 0644]
software/test_2024-07-23/src/units/rgb.cpp [new file with mode: 0644]
software/test_2024-07-23/src/units/rgb.hpp [new file with mode: 0644]
software/test_2024-07-23/src/units/seg7.cpp [new file with mode: 0644]
software/test_2024-07-23/src/units/seg7.hpp [new file with mode: 0644]
software/test_2024-07-23/src/units/switch.cpp [new file with mode: 0644]
software/test_2024-07-23/src/units/switch.hpp [new file with mode: 0644]