index
:
vusb-i2c
master
VUSB-based I2C interface
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commandline
Age
Commit message (
Expand
)
Author
Lines
2024-01-06
adjust ds2482-100 examples for vusb-i2cget multi-byte support
Birte Kristina Friesel
-11
/
+11
2024-01-06
Update copyright
Birte Kristina Friesel
-4
/
+4
2021-04-11
examples/ssd1306: add support for 128x32 displays
Daniel Friesel
-9
/
+14
2021-04-08
add ssd1306 (I2C OLED display) examples
Daniel Friesel
-0
/
+109
2018-01-17
Add example for reading out AM2320 temperature and humidity sensor
Daniel Friesel
-0
/
+58
2018-01-17
i2cget: Support reads without prior register address write
Daniel Friesel
-8
/
+11
2017-08-20
Send NAK after receiving last byte
Daniel Friesel
-2
/
+3
2016-12-26
lm75 example: Add support for LM75BD (with 11-bit resolution)
Daniel Friesel
-7
/
+2
2016-12-25
add example script for lm75 temperature sensors
Daniel Friesel
-0
/
+49
2016-12-25
i2cget: support multi-byte reads
Daniel Friesel
-22
/
+18
2016-01-09
move software I2C implementation to ATTiny
Daniel Friesel
-21
/
+98
2016-01-08
use global defines for usb control commands
Daniel Friesel
-8
/
+3
2016-01-08
check software version between firmware and CLI
Daniel Friesel
-4
/
+28
2016-01-02
i2cget, i2cset: properly terminate I2C connection in case of errors
Daniel Friesel
-4
/
+20
2016-01-02
commandline: remove legacy 'vusb-i2c' program
Daniel Friesel
-71
/
+2
2016-01-01
simplify USB protocol
Daniel Friesel
-11
/
+17
2015-12-24
i2cget, i2cset: more error handling
Daniel Friesel
-13
/
+28
2013-11-17
add -c, -d to set sda/scl bit
Daniel Friesel
-0
/
+19
2013-11-17
prepare to make sda/scl bits configurable
Daniel Friesel
-13
/
+15
2013-10-05
add ds2482-100-searchrom (onewire SEARCH ROM)
Daniel Friesel
-0
/
+41
2013-10-05
readrom: add trailing newline
Daniel Friesel
-1
/
+1
2013-10-05
overdrive support
Daniel Friesel
-1
/
+8
2013-10-04
ds2482-100-readrom: use ABCDEF hex for chaosdorf foo compatibility
Daniel Friesel
-1
/
+1
2013-10-04
add DS2482 Onewire READ ROM example script
Daniel Friesel
-0
/
+33
2013-10-04
derease bus clock speed to ~10kHz
Daniel Friesel
-5
/
+5
2013-10-04
i2cget: Allow read commands of arbitrary length
Daniel Friesel
-18
/
+11
2013-10-04
i2cset: use strtol for all conversions
Daniel Friesel
-2
/
+7
2013-10-03
i2cdetect: Send START without prior STOP
Daniel Friesel
-1
/
+1
2013-10-03
i2cget / i2cset: Accept hexadecimal input, document exit codes
Daniel Friesel
-7
/
+62
2013-08-02
i2cdetect cleanup
Daniel Friesel
-4
/
+0
2013-07-29
i2cget: read 16bit ints as well
Daniel Friesel
-5
/
+20
2013-07-29
start work on commandline documentation
Daniel Friesel
-1
/
+175
2013-07-28
rename i2cwrite to i2cset for i2c-tools compatibility
Daniel Friesel
-25
/
+34
2013-07-28
add vusb-i2cget
Daniel Friesel
-1
/
+58
2013-07-28
add vusb-i2cwrite
Daniel Friesel
-3
/
+29
2013-07-28
further abstraction
Daniel Friesel
-64
/
+70
2013-07-28
move common code to i2c-util.c
Daniel Friesel
-497
/
+299
2013-07-16
add i2cdetect
Daniel Friesel
-1
/
+300
2013-07-16
commandline: use helper functions instead of defines for sda/scl control
Daniel Friesel
-32
/
+28
2013-06-30
now 100% i2c compliant. use "256" to read a byte
Daniel Friesel
-13
/
+30
2013-06-29
commandline: verify bus state (not well-tested yet)
Daniel Friesel
-15
/
+93
2013-06-07
leave space for ninth i2c (ack) bit
Daniel Friesel
-2
/
+2
2013-05-20
rename i2c to vusb-i2c
Daniel Friesel
-3
/
+9
2013-05-20
makefile: add install target
Daniel Friesel
-0
/
+5
2013-05-17
rename powerSwitch to i2c (more accurate)
Daniel Friesel
-3
/
+3
2013-05-14
initial commit
Daniel Friesel
-0
/
+262