![]() |
AvrIO
1.4.5
Bibliothèque C modulaire pour ATMEL AVR
|
|
Fonctions | |
| bool | vOwBitRead (void) |
| Read a bit from the bus. Plus de détails... | |
| void | vOwBitWrite0 (void) |
| Ecriture d'un bit à 0 sur le bus. Plus de détails... | |
| void | vOwBitWrite1 (void) |
| Ecriture d'un bit à 1 sur le bus. Plus de détails... | |
Macros | |
| #define | OW_UART_READ_BIT 0xff |
| UART Read bit pattern. | |
| #define | OW_UART_RESET 0xf0 |
| UART Reset bit pattern. | |
| #define | OW_UART_WRITE0 0x00 |
| UART Write 0 bit pattern. | |
| #define | OW_UART_WRITE1 0xff |
| UART Write 1 bit pattern. | |
| bool vOwBitRead | ( | void | ) |
Read a bit from the bus.
Generates the waveform for reception of a bit on the 1-Wire(R) bus.
Génère la séquence nécessaire à la lecture d'un bit
| void vOwBitWrite0 | ( | void | ) |
Ecriture d'un bit à 0 sur le bus.
Génère la séquence nécessaire à l'envoi d'un bit à 0
| void vOwBitWrite1 | ( | void | ) |
Ecriture d'un bit à 1 sur le bus.
Génère la séquence nécessaire à l'envoi d'un bit à 1