jeffsf / pyDE1

Controller for the Decent Espresso DE1
GNU General Public License v3.0
77 stars 16 forks source link

[WIP] scale: Add initial support for the felicita arc #26

Closed Mimoja closed 1 year ago

Mimoja commented 2 years ago

The felicita arc presents a byte sized command interface and a string based weight update notification interface.

An example notificaion might look like

"\x01\x02-300" for -3 grams

Different Versions send a plus sign or an whitespace character. To work wround that we explicitly check for the '-' sign.

Signed-off-by: Mimoja git@mimoja.de

Opening Pull request to get initial feedback on package layout and service discovery / selection