Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Max32630_One_Wire_Interface
Diff: OneWire_Masters/GPIO/owgpio.h
- Revision:
- 11:2833f27ba319
- Parent:
- 10:0df2cc66fc47
- Child:
- 14:7b2886a50321
--- a/OneWire_Masters/GPIO/owgpio.h Sat Mar 05 01:51:00 2016 +0000
+++ b/OneWire_Masters/GPIO/owgpio.h Sat Mar 05 03:26:06 2016 +0000
@@ -76,11 +76,11 @@
//Write 1, Read low time
static const uint16_t TW1L_STD = 8;
- static const uint16_t TW1L_OVD = 1;
+ static const uint16_t TW1L_OVD = 0; //closest to 1us I can get
//Master sample time for bit
static const uint16_t TMSR_STD = 12;
- static const uint16_t TMSR_OVD = 1;
+ static const uint16_t TMSR_OVD = 0; //closest to 1us I can get
//make sure to use TSLOT for recoveries
static const uint16_t TSLOT_STD = 70;