Merge branch 'arduino_refactor' of https://github.com/hev-sw/hev-sw into arduino_refactor
Showing
- arduino/common/lib/CommsControl/CommsCommon.h 179 additions, 0 deletionsarduino/common/lib/CommsControl/CommsCommon.h
- arduino/common/lib/CommsControl/CommsControl.cpp 323 additions, 0 deletionsarduino/common/lib/CommsControl/CommsControl.cpp
- arduino/common/lib/CommsControl/CommsControl.h 74 additions, 0 deletionsarduino/common/lib/CommsControl/CommsControl.h
- arduino/common/lib/CommsControl/CommsFormat.cpp 27 additions, 27 deletionsarduino/common/lib/CommsControl/CommsFormat.cpp
- arduino/common/lib/CommsControl/CommsFormat.h 76 additions, 0 deletionsarduino/common/lib/CommsControl/CommsFormat.h
- arduino/common/lib/commsControl/commsConstants.h 0 additions, 205 deletionsarduino/common/lib/commsControl/commsConstants.h
- arduino/hev_prototype_v1/.gitignore 5 additions, 0 deletionsarduino/hev_prototype_v1/.gitignore
- arduino/hev_prototype_v1/platformio.ini 1 addition, 1 deletionarduino/hev_prototype_v1/platformio.ini
- arduino/hev_prototype_v1/platformio.pro 49 additions, 0 deletionsarduino/hev_prototype_v1/platformio.pro
- arduino/hev_prototype_v1/src/AlarmLoop.cpp 1 addition, 1 deletionarduino/hev_prototype_v1/src/AlarmLoop.cpp
- arduino/hev_prototype_v1/src/AlarmLoop.h 2 additions, 2 deletionsarduino/hev_prototype_v1/src/AlarmLoop.h
- arduino/hev_prototype_v1/src/BreathingLoop.cpp 16 additions, 18 deletionsarduino/hev_prototype_v1/src/BreathingLoop.cpp
- arduino/hev_prototype_v1/src/BreathingLoop.h 10 additions, 9 deletionsarduino/hev_prototype_v1/src/BreathingLoop.h
- arduino/hev_prototype_v1/src/UILoop.cpp 49 additions, 15 deletionsarduino/hev_prototype_v1/src/UILoop.cpp
- arduino/hev_prototype_v1/src/UILoop.h 10 additions, 3 deletionsarduino/hev_prototype_v1/src/UILoop.h
- arduino/hev_prototype_v1/src/common.cpp 127 additions, 0 deletionsarduino/hev_prototype_v1/src/common.cpp
- arduino/hev_prototype_v1/src/common.h 125 additions, 3 deletionsarduino/hev_prototype_v1/src/common.h
- arduino/hev_prototype_v1/src/main.cpp 11 additions, 13 deletionsarduino/hev_prototype_v1/src/main.cpp
Please register or sign in to comment