Driver TWI/I2C - YouTube: Ciência Elétrica
Biblioteca Otimizada para Microcontroladores AVR
Carregando...
Procurando...
Nenhuma entrada encontrado
twi_config.h
Ir para a documentação desse arquivo.
1
7#ifndef TWI_CONFIG_H
8#define TWI_CONFIG_H
9
14
23#define TWI_DEBUG_MODE 0
25
30
35#define TWI_DEFAULT_CLOCK TWI_CLOCK_100KHZ
36
41#define TWI_ENABLE_GENERAL_CALL 1
43
48
54#define TWI_RX_BUFFER_SIZE 32
56
57#endif // TWI_CONFIG_H