Skip to content

Commit

Permalink
Change architecture name for distribute package
Browse files Browse the repository at this point in the history
  • Loading branch information
soburi committed Oct 23, 2019
1 parent a63e1ec commit 7bff493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/Servo/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sentence=Allows Arduino/Genuino boards to control a variety of servo motors.
paragraph=This library can control a great number of servos.<br />It makes careful use of timers: the library can control 12 servos using only 1 timer.<br />On the Arduino Due you can control up to 60 servos.<br />
category=Device Control
url=http://www.arduino.cc/en/Reference/Servo
architectures=nrf52
architectures=otnrf52
2 changes: 1 addition & 1 deletion libraries/SoftwareSerial/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sentence=Enables serial communication on digital pins.
paragraph=The SoftwareSerial library has been developed to allow serial communication on any digital pin of the board, using software to replicate the functionality of the hardware UART. It is possible to have multiple software serial ports with speeds up to 115200 bps.
category=Communication
url=http://arduino.cc/en/Reference/SoftwareSerial
architectures=nrf52
architectures=otnrf52

0 comments on commit 7bff493

Please sign in to comment.