restructuring, testing

This commit is contained in:
2021-05-02 01:20:47 +02:00
parent 009a035bc7
commit 61374b584a
6 changed files with 178 additions and 80 deletions

View File

@@ -34,4 +34,11 @@ force_verbose = True
; Platformio Project Tasks -> Set Fuses!
board_fuses.lfuse = 0xE2
board_fuses.hfuse = 0xDF
board_fuses.hfuse = 0xDF
; for unit testing. In Platformio -> Project Tasks open native->Advanced click test.
[env:native]
platform = native
build_flags = -std=gnu++11
lib_deps =
ArduinoFake