Skip to content

Commit

Permalink
Merge pull request #39 from ArminJo/master
Browse files Browse the repository at this point in the history
Added all Apollo3 boards and modified Example5_LCDDemo for them
  • Loading branch information
AndyEngland521 committed May 20, 2020
2 parents 63eb1e8 + 7b705e0 commit 1db9c7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/LibraryBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ jobs:
- arduino:avr:leonardo
- arduino:avr:mega
- arduino:sam:arduino_due_x
- SparkFun:apollo3:artemis
- SparkFun:apollo3:amap3redboard
- SparkFun:apollo3:amap3nano
- SparkFun:apollo3:amap3atp
- SparkFun:apollo3:amap3thing
- SparkFun:apollo3:edge
- SparkFun:apollo3:edge2
- esp8266:esp8266:huzzah:eesz=4M3M,xtal=80
- esp32:esp32:featheresp32:FlashFreq=80
- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8
Expand Down
2 changes: 2 additions & 0 deletions examples/Example5_LCDDemo/Example5_LCDDemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ SFEVL53L1X distanceSensor;

#if defined(ESP8266)
SoftwareSerial lcd(10, 9); // RX, TX
#elif defined(ARDUINO_ARCH_APOLLO3)
SoftwareSerial lcd(14, 15); // use RX1, TX1 of Apollo boards
#else
SoftwareSerial lcd(10, A3); // RX, TX
#endif
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SparkFun VL53L1X 4m Laser Distance Sensor
version=1.2.7
version=1.2.8
author=SparkFun Electronics <[email protected]>
maintainer=SparkFun Electronics <sparkfun.com>
sentence=Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X
Expand Down

0 comments on commit 1db9c7b

Please sign in to comment.