Skip to content

Commit

Permalink
explain calibration example some more
Browse files Browse the repository at this point in the history
  • Loading branch information
orgua committed Aug 20, 2017
1 parent 9f314e5 commit 656bec5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
* Test-Code for calibration - this sketch determines the value for "instructions per loop" for your µC/CPU-architecture
*
* setup: upload sketch to controller and hook it up to a OW-master, it will calibrate itself to the "seen" reset-pulses
* NOTE: you will need a serial-port to make this work
*
* --> read value per serial-com and write it to /src/platform.h to YOUR specific architecture
* >>>> constexpr uint8_t VALUE_IPL {0}; // instructions per loop
*
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "https://github.com/orgua/OneWireHub"
},
"version": "2.2.0",
"version": "2.2.1",
"examples": [
"examples/*/*.ino"
]
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=OneWireHub
version=2.2.0
version=2.2.1
author=Ingmar Splitt, orgua, MarkusLange, Shagrat2
maintainer=orgua
sentence=OneWire slave device emulator with support for up to 32 simultaneous 1wire devices.
Expand Down

0 comments on commit 656bec5

Please sign in to comment.