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:
- 52:4cba20c21941
- Parent:
- 32:bce180b544ed
- Child:
- 71:562f5c702094
--- a/OneWire_Masters/GPIO/owgpio.h Mon Apr 11 15:34:22 2016 -0500
+++ b/OneWire_Masters/GPIO/owgpio.h Tue Apr 12 09:08:17 2016 -0500
@@ -46,15 +46,6 @@
{
public:
- struct OwTiming
- {
- uint16_t tRSTL, tMSP, tW0L, tW1L, tMSR, tSLOT; // All times are in terms of micro seconds
- };
-
- static const OwTiming stdTiming;
- static const OwTiming odTiming;
-
-
/**********************************************************//**
* @brief Owgpio constructor
*