applet.interface.i2c_master: sort found addresses for printing.
by whitequark 5 years 4 months
06a04419
applet.sensor.ina260: style/wording. NFC.
by whitequark 5 years 4 months
bfe49beb
applet.interface.i2c_master: do write scanning before read scanning to reduce possible side-effects
by electronic_eel 5 years 4 months
9d7e113f
applet.interface.i2c_master: move scan command from interact to I2CMasterInterface Allows to use it from other applets or the repl interface
by electronic_eel 5 years 4 months
89c5c051
applet.interface.i2c_master: replace "scan-read" and "scan-write" commands with "scan" "-r", "-w" and "-rw" allow to select which type of addresses to scan. "-rw" is the default. Some devices only ACK one of the addresses, so scanning both gives a better overview of the bus.
by electronic_eel 5 years 4 months
41f29aed
firmware: fix pipe names to match software.
by whitequark 5 years 4 months
580ccbc9
applet.sensor.ina260: add applet for the INA260 I2C power monitoring IC.
by Electronic Eel 5 years 4 months
8374131e
software: use python_requires instead of an ad-hoc condition.
by whitequark 5 years 4 months
2d7161fe
Use more consistent, and lowercase, names for repositories. I'm not sure why were they capitalized in the first place.
by whitequark 5 years 4 months
de024ebd
cli: fix misbehavior on ^C if an applet doesn't flush at the end.
by whitequark 5 years 4 months
48fc08fd
Report a bug