Skip to content

Commit

Permalink
Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pu2clr committed Aug 14, 2023
1 parent 3d6b6bd commit e15d113
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/compile_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ echo "********************"
arduino-cli compile -b lgt8fx:avr:328 ./RDA5807_01_SERIAL_MONITOR/RDA5807_00_CIRCUIT_TEST --output-dir ~/Downloads/hex/lgt8fx/RDA5807_00_CIRCUIT_TEST --warnings all
arduino-cli compile -b lgt8fx:avr:328 ./RDA5807_02_TFT_display --output-dir ~/Downloads/hex/lgt8fx/RDA5807_02_TFT_display
arduino-cli compile -b lgt8fx:avr:328 ./RDA5807_04_NOKIA5110_RDS --output-dir ~/Downloads/hex/lgt8fx/RDA5807_04_NOKIA5110_RDS
arduino-cli compile -b lgt8fx:avr:328 ./RDA5807_05_LCD16X02 --output-dir ~/Downloads/hex/lgt8fx/RDA5807_05_LCD16X02 --warnings all
arduino-cli compile -b lgt8fx:avr:328 ./RDA5807_05_A_LCD16X02_NANO --output-dir ~/Downloads/hex/lgt8fx/RDA5807_05_A_LCD16X02_NANO --warnings all
arduino-cli compile -b lgt8fx:avr:328 ./RDA5807_05_A_LCD20X04_NANO --output-dir ~/Downloads/hex/lgt8fx/RDA5807_05_A_LCD20X04_NANO --warnings all

arduino-cli compile -b lgt8fx:avr:328 ./RDA5807_06_UNO_TM1638 --output-dir ~/Downloads/hex/lgt8fx/RDA5807_06_UNO_TM1638 --warnings all

arduino-cli compile -b lgt8fx:avr:328 ./RDA5807_01_SERIAL_MONITOR/RDA5807_01_ALL_TEST_SERIAL_MONITOR --output-dir ~/Downloads/hex/lgt8fx/RDA5807_01_ALL_TEST_SERIAL_MONITOR --warnings all
Expand All @@ -52,7 +54,6 @@ arduino-cli compile -b lgt8fx:avr:328 ./RDA5807_01_SERIAL_MONITOR/RDA5807_01_RDS

arduino-cli compile -b lgt8fx:avr:328 ./RDA5807_07_NANO_OLED_V2 --output-dir ~/Downloads/hex/lgt8fx/RDA5807_07_NANO_OLED_V2


# compiles ESP32 LCD16x2_ALL_IN_ONE
echo "********************"
echo "ESP32"
Expand Down

0 comments on commit e15d113

Please sign in to comment.