diff options
author | Balint Kovacs <dratini0@gmail.com> | 2017-03-23 19:19:08 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2017-03-28 21:08:15 +0200 |
commit | dd7ef2917bf247cabc54ade790493d200e84ebe3 (patch) | |
tree | 7a9c18c08d0409b5973bd85942e15f60036a20eb /uart/from_analog/README | |
parent | f9d1097a591d48f0b6fa2c8cf86e9f32e85bc259 (diff) | |
download | sigrok-dumps-dd7ef2917bf247cabc54ade790493d200e84ebe3.tar.gz sigrok-dumps-dd7ef2917bf247cabc54ade790493d200e84ebe3.zip |
Fixed a typo in a uart/from_analog/README
Diffstat (limited to 'uart/from_analog/README')
-rw-r--r-- | uart/from_analog/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uart/from_analog/README b/uart/from_analog/README index 8d11d29..9ae8a18 100644 --- a/uart/from_analog/README +++ b/uart/from_analog/README @@ -6,6 +6,6 @@ oscillator, with a DDR0 of 5. The device used to capture this was a Hantek 6022BE, with an 8MHz sample rate, single channel. -The ATMega was programmed to output bytes between 0x1C and 0x20, separated by +The ATMega was programmed to output bytes between 0x1A and 0x20, separated by null bytes. |