File tree 4 files changed +41
-23
lines changed
4 files changed +41
-23
lines changed Original file line number Diff line number Diff line change
1
+ platforms :
2
+ mega2560 :
3
+ board : arduino:avr:mega:cpu=atmega2560
4
+ package : arduino:avr
5
+ gcc :
6
+ features :
7
+ defines :
8
+ - __AVR__
9
+ - __AVR_ATmega2560__
10
+ - ARDUINO_ARCH_AVR
11
+ - ARDUINO_AVR_MEGA2560
12
+ warnings :
13
+ - no-unknown-attributes
14
+ - no-address-of-packed-member
15
+ flags :
16
+
1
17
unittest :
2
- platforms :
3
- - mega2560
4
- libraries :
5
- - " Adafruit BusIO"
6
- - " Adafruit MAX31865"
7
- - " Arduino-PID-Library"
8
- - " Ethernet"
9
- - " LiquidCrystal"
10
- - " RTClib"
11
- - " Keypad"
12
- - " SdFat"
18
+ platforms :
19
+ - mega2560
20
+ libraries :
21
+ - " Adafruit BusIO"
22
+ - " Adafruit MAX31865"
23
+ - " Arduino-PID-Library"
24
+ - " Ethernet"
25
+ - " LiquidCrystal"
26
+ - " RTClib"
27
+ - " Keypad"
28
+ - " SdFat"
13
29
14
30
compile :
15
- platforms :
16
- - mega2560
17
- libraries :
18
- - " Adafruit BusIO"
19
- - " Adafruit MAX31865"
20
- - " Arduino-PID-Library"
21
- - " Ethernet"
22
- - " LiquidCrystal"
23
- - " RTClib"
24
- - " Keypad"
25
- - " SdFat"
31
+ platforms :
32
+ - mega2560
33
+ libraries :
34
+ - " Adafruit BusIO"
35
+ - " Adafruit MAX31865"
36
+ - " Arduino-PID-Library"
37
+ - " Ethernet"
38
+ - " LiquidCrystal"
39
+ - " RTClib"
40
+ - " Keypad"
41
+ - " SdFat"
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ LICENSE
12
12
.all-contributorsrc
13
13
.gitignore
14
14
Makefile
15
+ .arduino-ci.yml
15
16
^other/*
16
17
^docs/Menus.xlsx$
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Flawfinder
45
45
FONTFAMILY
46
46
FONTSTYLE
47
47
FONTWEIGHT
48
+ gcc
48
49
Gemfile
49
50
getcwd
50
51
github
Original file line number Diff line number Diff line change 1
1
# TankControllerGUI
2
- A Python GUI for TankController running on the mocks provided by ` Arduino CI `
2
+ A Python GUI for TankController running on the mocks provided by ` Arduino CI ` .
3
3
4
4
## Build Process
5
5
Follow these steps
You can’t perform that action at this time.
0 commit comments