Add some notes and images to the README
This commit is contained in:
parent
e7b7a464a1
commit
73f0a96b66
3 changed files with 8 additions and 0 deletions
|
|
@ -1,11 +1,19 @@
|
|||
# scd40-rusty-pi
|
||||
|
||||

|
||||
|
||||
A Raspberry Pi Pico W implementation of a SCD40 based CO2 PPM monitor, it has a
|
||||
web interface where the current values can be viewed. This is designed to work
|
||||
with an I2C SCD40 module.
|
||||
|
||||
Please note that I am on about day 5 of learning Rust, so this code is not
|
||||
provided with the intention of it being a correct example to follow. Comments
|
||||
and feedback are welcomed! This is part of my own learning process.
|
||||
|
||||
***This is a work in progress.***
|
||||
|
||||

|
||||
|
||||
## Compiling - picoserve mod
|
||||
|
||||
I struggled to get `embassy` + `picoserve` to compile together using crates.io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue