mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 21:21:31 +11:00
Add comment regarding release mode
This commit is contained in:
parent
f6b2e3365e
commit
a9763837a9
|
@ -5,6 +5,8 @@
|
||||||
//! It may need to be adapted to your particular board layout and/or pin assignment.
|
//! It may need to be adapted to your particular board layout and/or pin assignment.
|
||||||
//! In this example, the DHT11 data pin should be connected to GPIO28.
|
//! In this example, the DHT11 data pin should be connected to GPIO28.
|
||||||
//!
|
//!
|
||||||
|
//! NOTE: The DHT11 driver only works reliably when compiled in release mode.
|
||||||
|
//!
|
||||||
//! See the `Cargo.toml` file for Copyright and licence details.
|
//! See the `Cargo.toml` file for Copyright and licence details.
|
||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
Loading…
Reference in a new issue