diff options
author | khilman <khilman@users.noreply.github.com> | 2018-02-16 10:07:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-16 10:07:26 -0800 |
commit | 7aa2058bc5203ebfe719ebaa87582e669d3e27d3 (patch) | |
tree | 18e498edd3061a9d0be72680b57eeece33d2db67 /README.md | |
parent | aabc1b6c55a82f3f9270fd1a124a2ffa76e3e69e (diff) | |
parent | 21e70029a9a90bfb9183ea3bf60525bf72c62bd1 (diff) |
Merge pull request #23 from montjoie/misc
Misc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -90,8 +90,8 @@ So you have now: beagleboneblack-01: type: beaglebone-black uart: - idvendor: "0403" - idproduct: 6001 + idvendor: 0x0403 + idproduct: 0x6001 serial: AK04TU1X ``` @@ -108,8 +108,8 @@ So you have now: beagleboneblack-01: type: beaglebone-black uart: - idvendor: "0403" - idproduct: 6001 + idvendor: 0x0403 + idproduct: 0x6001 devpath: "1.5" ``` @@ -137,8 +137,8 @@ beagleboneblack, with FTDI (serial 1234567), connected to port 5 of an ACME power_off_command: /usr/local/bin/acme-cli -s 192.168.66.2 power_off 5 power_on_command: /usr/local/bin/acme-cli -s 192.168.66.2 power_on 5 uart: - idvendor: "0403" - idproduct: 6001 + idvendor: 0x0403 + idproduct: 0x6001 serial: 1234567 ``` |