Skip to content

Commit

Permalink
Change description of dependent libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
matsujirushi committed Aug 6, 2024
1 parent 1b261f0 commit 1d4a3f1
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

////////////////////////////////////////////////////////////////////////////////
// Libraries:
// ArduinoJson 7.0.4 - https://github.com/bblanchon/ArduinoJson
// http://librarymanager#ArduinoJson 7.0.4

#include <Adafruit_TinyUSB.h>
#include <algorithm>
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/flash/flash.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

////////////////////////////////////////////////////////////////////////////////
// Libraries:
// Adafruit SPIFlash 4.3.4 - https://github.com/adafruit/Adafruit_SPIFlash
// SdFat - Adafruit Fork 2.2.3 - https://github.com/adafruit/SdFat
// http://librarymanager#Adafruit%20SPIFlash 4.3.4
// http://librarymanager#SdFat%20-%20Adafruit%20Fork 2.2.3

#include <Adafruit_TinyUSB.h>
#include <Adafruit_SPIFlash.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/watchdog/watchdog.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

////////////////////////////////////////////////////////////////////////////////
// Libraries:
// Adafruit SleepyDog Library 1.6.5 - https://github.com/adafruit/Adafruit_SleepyDog
// http://librarymanager#Adafruit%20SleepyDog%20Library 1.6.5

#include <Adafruit_TinyUSB.h>
#include <Adafruit_SleepyDog.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/cellular/shell/shell.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

////////////////////////////////////////////////////////////////////////////////
// Libraries:
// Natural Tiny Shell 0.3.1 - https://github.com/matsujirushi/ntshell
// https://github.com/matsujirushi/ntshell 0.3.1

#include <Adafruit_TinyUSB.h>
#include <algorithm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

////////////////////////////////////////////////////////////////////////////////
// Libraries:
// Grove Ultrasonic Ranger 1.0.1 - https://github.com/Seeed-Studio/Seeed_Arduino_UltrasonicRanger
// http://librarymanager#Grove%20Ultrasonic%20Ranger 1.0.1

#include <Adafruit_TinyUSB.h>
#include <WioCellular.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/soracom/soracom-uptime-lp/soracom-uptime-lp.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

////////////////////////////////////////////////////////////////////////////////
// Libraries:
// ArduinoJson 7.0.4 - https://github.com/bblanchon/ArduinoJson
// http://librarymanager#ArduinoJson 7.0.4

#include <Adafruit_TinyUSB.h>
#include <algorithm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

////////////////////////////////////////////////////////////////////////////////
// Libraries:
// ArduinoJson 7.0.4 - https://github.com/bblanchon/ArduinoJson
// http://librarymanager#ArduinoJson 7.0.4

#include <Adafruit_TinyUSB.h>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion examples/soracom/soracom-uptime/soracom-uptime.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

////////////////////////////////////////////////////////////////////////////////
// Libraries:
// ArduinoJson 7.0.4 - https://github.com/bblanchon/ArduinoJson
// http://librarymanager#ArduinoJson 7.0.4

#include <Adafruit_TinyUSB.h>
#include <algorithm>
Expand Down

0 comments on commit 1d4a3f1

Please sign in to comment.