unit testing
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#ifndef BUTTONSH
|
||||
#define BUTTONSH
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "Arduino.h"
|
||||
#include <vector>
|
||||
#include "JC_Button.h"
|
||||
#ifndef UNIT_TEST
|
||||
#include "JC_Button.h"
|
||||
#endif
|
||||
#include "board.h"
|
||||
#include "led.h"
|
||||
|
||||
class c_button : public ToggleButton
|
||||
|
||||
Reference in New Issue
Block a user