]> git.earman.xyz Git - sensor-watch.git/commitdiff
typo in documentation: all five pins are analog capable
authorJoey Castillo <jose.castillo@gmail.com>
Thu, 21 Oct 2021 19:10:06 +0000 (15:10 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Thu, 21 Oct 2021 19:10:06 +0000 (15:10 -0400)
watch-library/watch/watch.h

index 5cd45a6c1f088e3d216828da360b4e901f709695..fee8f4ea43a1c85e8d2d902715176ada82553f85 100644 (file)
@@ -42,7 +42,7 @@
             - @ref led - This section covers functions related to the bi-color red/green LED mounted behind the LCD.
             - @ref buzzer - This section covers functions related to the piezo buzzer.
             - @ref adc - This section covers functions related to the SAM L22's analog-to-digital converter, as well as
-                         configuring and reading values from the three analog-capable pins on the 9-pin connector.
+                         configuring and reading values from the five analog-capable pins on the 9-pin connector.
             - @ref gpio - This section covers functions related to general-purpose input and output signals.
             - @ref i2c - This section covers functions related to the SAM L22's built-I2C driver, including configuring
                          the I2C bus, putting values directly on the bus and reading data from registers on I2C devices.