From 4df23ea9f9292ab9371302f69e5192b91cbce620 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Thu, 21 Oct 2021 15:10:06 -0400 Subject: typo in documentation: all five pins are analog capable --- watch-library/watch/watch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watch-library/watch') 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. -- cgit v1.2.3