Also, a few small typo fixes etc.
VERSION = "0.1.0"
-all: tarball
+all:
+ @echo "Run 'make dist' to create a tarball."
-tarball:
+dist:
@tar -c -v -z --exclude=.git --exclude=Makefile \
--exclude=sigrok-dumps-$(VERSION).tar.gz \
-f sigrok-dumps-$(VERSION).tar.gz *
Dummy I2C writes
-------------------------------------------------------------------------------
-This an example capture of some dummy I2C traffic, where the master writes
+This is an example capture of some dummy I2C traffic, where the master writes
to a slave (an RTC) at address 0x51 (or 0x2a, if the read/write bit is
included) in an infinite loop. The slave does not respond.
-------------------------------------------------------------------------------
-Epson 8564JE I2C RTC
+Epson RTC-8564 JE/NB
-------------------------------------------------------------------------------
-This an example capture of I2C traffic from/to an Epson 8564JE I2C RTC chip,
-which has a slave address of 0x51 (or 0xa2, if the read/write bit is included).
+This is an example capture of I2C traffic from/to an Epson RTC-8564 JE/NB
+I2C RTC chip, which has a slave address of 0x51 (or 0xa2, if the read/write
+bit is included).
Logic analyzer setup