Skip to content

Commit

Permalink
last minute doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
NachtRaveVL authored and NachtRaveVL committed Aug 14, 2022
1 parent f8b4196 commit 62de511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ OneWire devices can be chained together on the same shared data lines (no flippi

* All analog sensors will need to have the same operational voltage range. Many analog sensors are set to use 0v to 5v by default, but some can go -5v to +5v, some even up to 5.5v.
* The `AREF` pin, by default, is the same voltage as the MCU. Analog sensors must not exceed this voltage limit.
* 5v analog sensor signal pins **must** be [level converted](https://randomnerdtutorials.com/how-to-level-shift-5v-to-3-3v/) in order to connect to 3.3v MCUs.
* 5v analog sensor signals **must** be [level converted](https://randomnerdtutorials.com/how-to-level-shift-5v-to-3-3v/) in order to connect to 3.3v MCUs.
* The SAM/SAMD family of MCUs (e.g. Due, Zero, MKR, etc.) as well as the RasPi Pico and others support different bit resolutions for analog/PWM pins, but also may limit how many pins are able to use these higher resolutions. See the datasheet of your MCU for details.

### Sensors
Expand Down

0 comments on commit 62de511

Please sign in to comment.