summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-21 15:10:06 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-21 15:10:06 -0400
commit4df23ea9f9292ab9371302f69e5192b91cbce620 (patch)
tree885ede8be12e3a64031bae2796b3335835173473
parentb88cd0cd7e058679960adaf89818ed755f6e71a3 (diff)
downloadSensor-Watch-4df23ea9f9292ab9371302f69e5192b91cbce620.tar.gz
Sensor-Watch-4df23ea9f9292ab9371302f69e5192b91cbce620.tar.bz2
Sensor-Watch-4df23ea9f9292ab9371302f69e5192b91cbce620.zip
typo in documentation: all five pins are analog capable
-rw-r--r--watch-library/watch/watch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/watch/watch.h b/watch-library/watch/watch.h
index 5cd45a6c..fee8f4ea 100644
--- a/watch-library/watch/watch.h
+++ b/watch-library/watch/watch.h
@@ -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.