From 72e4898bd2ae4fa9dd70ed58b93054870a7c6392 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 22 Nov 2018 18:56:22 -0800 Subject: [PATCH] Correct megaavr architecture name in library.properties Previous incorrect case of the megaavr architecture name caused a warning on compilation: WARNING: library Servo claims to run on (avr, megaAVR, sam, samd, nrf52, stm32f4) architecture(s) and may be incompatible with your current board which runs on (megaavr) architecture(s). --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index d982c3d..a7a4772 100644 --- a/library.properties +++ b/library.properties @@ -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.
It makes careful use of timers: the library can control 12 servos using only 1 timer.
On the Arduino Due you can control up to 60 servos.
category=Device Control url=http://www.arduino.cc/en/Reference/Servo -architectures=avr,megaAVR,sam,samd,nrf52,stm32f4 +architectures=avr,megaavr,sam,samd,nrf52,stm32f4