Files
Last update 1 year 4 months
by
Kristóf Kovács
FilesArduino_Pedalboxtesttest_target | |
---|---|
.. | |
ArduinoWrapper_test.hpp | |
testConfiguration.h | |
test_SensorInterface.hpp | |
test_main.cpp |
testConfiguration.h#ifndef _TEST_CONFIGURATION_H_ #define _TEST_CONFIGURATION_H_ #define TEST_POTMETER_PIN A0 #define LOAD_CELL_CLOCK_PIN 16 #define LOAD_CELL_DATA_PIN 10 #define LCD_RS 8 #define LCD_EN 9 #define LCD_D4 4 #define LCD_D5 5 #define LCD_D6 6 #define LCD_D7 7 #define LCD_BACKLIGHT_PIN 14 #endif // _TEST_CONFIGURATION_H_