Skip to content

Commit a61b929

Browse files
authored
Merge pull request #2 from gbr1/dev
fixed compilation issue and starting clean up
2 parents 5124940 + 7eab495 commit a61b929

File tree

9 files changed

+4
-1
lines changed

9 files changed

+4
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#include "Arduino_Robot_Firmware.h"
2+
#include "HAL_custom_init.h"
3+
24

35

46
Arduino_Robot_Firmware::Arduino_Robot_Firmware(){
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include "Arduino.h"
55
#include "pinout_definitions.h"
6-
#include "HAL_custom_init.h"
76
#include "encoder.h"
87
#include "rgb_led.h"
98
#include "dcmotor.h"
@@ -31,6 +30,8 @@ class Arduino_Robot_Firmware{
3130

3231

3332

33+
//custom class????
34+
3435
// Color sensor, APDS9960
3536
int beginAPDS(); // initialize all components required by color detection
3637
void updateAPDS(); // refresh data
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)