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:
- 71:562f5c702094
- Parent:
- 52:4cba20c21941
- Child:
- 72:6892702709ee
--- a/OneWire_Masters/GPIO/owgpio.h Mon May 09 08:31:53 2016 -0500
+++ b/OneWire_Masters/GPIO/owgpio.h Mon May 09 15:04:23 2016 -0500
@@ -76,10 +76,6 @@
virtual OneWireMaster::CmdResult OWWriteByte(uint8_t sendbyte, OWLevel after_level);
virtual OneWireMaster::CmdResult OWReadByte(uint8_t & recvbyte, OWLevel after_level);
-
- virtual OneWireMaster::CmdResult OWWriteBlock(const uint8_t *tran_buf, uint8_t tran_len);
-
- virtual OneWireMaster::CmdResult OWReadBlock(uint8_t *rx_buf, uint8_t rx_len);
virtual OneWireMaster::CmdResult OWSetSpeed(OWSpeed new_speed);