Mike Fruge / OneWire

Dependents:   Max32630_One_Wire_Interface

Revisions of OneWire_Masters/GPIO/owgpio.cpp

Revision Date Message Actions
21:00c94aeb533e 2016-03-21 Added class for DS2465. Added a ReadBytePower operation to OneWireMaster since this is required by the authenticators including the DS28E15. Tweaked member data of OneWireMaster. Added path to header file includes to reduce compiler setup required. File  Diff  Annotate
17:b646b1e3970b 2016-03-18 Updated library with error codes on return statements File  Diff  Annotate
15:f6cb0d906fb6 2016-03-16 Removed duplicated code between masters by providing 'OneWireMaster' class that implements common parts of OneWireInterface. OneWireMaster is now the class inherited by individual master implementations. File  Diff  Annotate
14:7b2886a50321 2016-03-15 added OWInitMaster() to interface in order to encapsulate master specific functions File  Diff  Annotate
13:d1bdb03703de 2016-03-08 first commit from offline development, cross your fingers! File  Diff  Annotate
12:707d2c9ce749 2016-03-07 Updated OwGpio::OWTouchBit to use TMSR T1WL names for overdriver vs constant 0 File  Diff  Annotate
11:2833f27ba319 2016-03-05 updated Over Drive timing for write 1 and sample time on read File  Diff  Annotate
10:0df2cc66fc47 2016-03-05 updated OwGpio master to use hardware timer and gpio. OwGpio master is only supported on MAX32600MBED board, all other masters are supported across platforms. File  Diff  Annotate
9:641516a3f0dc 2016-02-29 Support for bit-bang master on MAX32600MBED using fixed, painfully determined, timming constants. The mbed Timer and wait fxs do not appear to have the accuracy to support 1-wire across multiple platforms. File  Diff  Annotate
5:ce108eeb878d 2016-02-09 added additional rom command functions to interface and moved initialization of members to init list vs constructor body. Made other modifications suggested by Ian File  Diff  Annotate
3:644fc630f958 2016-01-31 DS248X masters implemented, skeletons for the others, working on porting code for the DS28E17 1-wire to I2C bridge File  Diff  Annotate