/sntpc_embassy

Example how to integrate sntpc crate with emabssy on rpi-pico w

Primary LanguageRust

This is an example how to get time over SNTP protocol on RPI PICO W.

How to run

export WIFI_NETWORK=your_newtork
export WIFI_PASSWORD=password

cargo run

thumbv6m-none-eabi rust target should be installed.