DaneSlattery / hx711

A no-std rust library for the ESP32
GNU General Public License v3.0
6 stars 5 forks source link

Examples no longer accurate #8

Open DaneSlattery opened 10 months ago

DaneSlattery commented 10 months ago

The examples are not longer accurate after the 0.2 release

beeb commented 9 months ago

I can add an example for esp-idf-hal usage later this week. At least for polling and implementing a critical section with IsrCriticalSection.

weiying-chen commented 7 months ago

I have two example repos that use your crate.

https://github.com/weiying-chen/rust-esp32c3-hx711 https://github.com/weiying-chen/rust-esp32-hx711-supabase

Do you need help adding or updating examples?

DaneSlattery commented 6 months ago

Hi @weiying-chen , I think we should certainly note that it's tested on esp32 and now esp32c3. In this case, we've updated the library and implementation, so the examples should follow.

weiying-chen commented 6 months ago

Oh, never mind. You guys are working on this here #11.