applet.interface.i2c_master: sort found addresses ...
by whitequark 5 years 9 months
applet.interface.i2c_master: sort found addresses for printing.
06a04419
applet.sensor.ina260: style/wording. NFC.
by whitequark 5 years 9 months
bfe49beb
applet.interface.i2c_master: do write scanning bef...
by electronic_eel 5 years 9 months
applet.interface.i2c_master: do write scanning before read scanning to reduce possible side-effects
9d7e113f
applet.interface.i2c_master: move scan command fro...
by electronic_eel 5 years 9 months
applet.interface.i2c_master: move scan command from interact to I2CMasterInterface

Allows to use it from other applets or the repl interface
89c5c051
applet.interface.i2c_master: replace "scan-read" a...
by electronic_eel 5 years 9 months
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.
41f29aed
firmware: fix pipe names to match software.
by whitequark 5 years 9 months
580ccbc9
applet.sensor.ina260: add applet for the INA260 I2...
by Electronic Eel 5 years 9 months
applet.sensor.ina260: add applet for the INA260 I2C power monitoring IC.
8374131e
software: use python_requires instead of an ad-hoc...
by whitequark 5 years 9 months
software: use python_requires instead of an ad-hoc condition.
2d7161fe
Use more consistent, and lowercase, names for repo...
by whitequark 5 years 9 months
Use more consistent, and lowercase, names for repositories.

I'm not sure why were they capitalized in the first place.
de024ebd
cli: fix misbehavior on ^C if an applet doesn't fl...
by whitequark 5 years 9 months
cli: fix misbehavior on ^C if an applet doesn't flush at the end.
48fc08fd
Report a bug