Skip to content

Commit 1db9c7b

Browse files
Merge pull request #39 from ArminJo/master
Added all Apollo3 boards and modified Example5_LCDDemo for them
2 parents 63eb1e8 + 7b705e0 commit 1db9c7b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/LibraryBuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@ jobs:
4747
- arduino:avr:leonardo
4848
- arduino:avr:mega
4949
- arduino:sam:arduino_due_x
50+
- SparkFun:apollo3:artemis
5051
- SparkFun:apollo3:amap3redboard
52+
- SparkFun:apollo3:amap3nano
53+
- SparkFun:apollo3:amap3atp
54+
- SparkFun:apollo3:amap3thing
55+
- SparkFun:apollo3:edge
56+
- SparkFun:apollo3:edge2
5157
- esp8266:esp8266:huzzah:eesz=4M3M,xtal=80
5258
- esp32:esp32:featheresp32:FlashFreq=80
5359
- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8

examples/Example5_LCDDemo/Example5_LCDDemo.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ SFEVL53L1X distanceSensor;
2828

2929
#if defined(ESP8266)
3030
SoftwareSerial lcd(10, 9); // RX, TX
31+
#elif defined(ARDUINO_ARCH_APOLLO3)
32+
SoftwareSerial lcd(14, 15); // use RX1, TX1 of Apollo boards
3133
#else
3234
SoftwareSerial lcd(10, A3); // RX, TX
3335
#endif

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun VL53L1X 4m Laser Distance Sensor
2-
version=1.2.7
2+
version=1.2.8
33
author=SparkFun Electronics <[email protected]>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X

0 commit comments

Comments
 (0)