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.
Fork of Nucleo_FrequencyCounter_Timed by
OneWire_Methods.h@1:85b1605ed4e0, 2016-02-24 (annotated)
- Committer:
- EmbeddedSam
- Date:
- Wed Feb 24 12:33:26 2016 +0000
- Revision:
- 1:85b1605ed4e0
working before trying to speed it up
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
EmbeddedSam | 1:85b1605ed4e0 | 1 | void OneWire_Delay(char letter); |
EmbeddedSam | 1:85b1605ed4e0 | 2 | void OneWire_TestDelays(void); |
EmbeddedSam | 1:85b1605ed4e0 | 3 | bool OneWire_Reset(void); |
EmbeddedSam | 1:85b1605ed4e0 | 4 | void OneWire_WriteBit(bool bit_to_write); |
EmbeddedSam | 1:85b1605ed4e0 | 5 | bool OneWire_ReadBit(void); |
EmbeddedSam | 1:85b1605ed4e0 | 6 | void OneWire_WriteByte(unsigned char byte_to_write); |
EmbeddedSam | 1:85b1605ed4e0 | 7 | unsigned char OneWire_ReadByte(void); |