|
Contiki 3.x
|
I2C communication device drivers for Zolertia Z1 sensor node.More...
#include "uart1_i2c_master.h"#include "isr_compat.h"#include "contiki.h"#include <stdlib.h>#include "dev/watchdog.h"#include "lib/ringbuf.h"#include "platform-conf.h"Go to the source code of this file.
Functions | |
| void | i2c_enable (void) |
| Configure serial controller in I2C mode and set I2C speed. | |
| void | i2c_disable (void) |
| Configure serial controller in disabled mode. | |
| void | uart1_pin_init (void) |
| Configure pins for RS232 port. | |
| void | uart1_init (unsigned long ubr) |
| Initalize the RS232 port. | |
I2C communication device drivers for Zolertia Z1 sensor node.
Definition in file i2cmaster.c.
1.8.6