Apps
Components
Interfaces
All Files
Source Tree
source:
tos.sensorboards.micasb.I2CPotM.nc
Component: I2CPotM
Required Interfaces
I2C
Leds
StdControl
I2CControl
Provided Interfaces
StdControl
I2CPot
Variables
char data
char state
char addr
char pot
Function Index
command result_t
StdControl.init
(void)
command result_t
StdControl.start
(void)
command result_t
StdControl.stop
(void)
command result_t
I2CPot.writePot
(char line_addr, char pot_addr, char in_data)
command result_t
I2CPot.readPot
(char line_addr, char pot_addr)
event result_t
I2C.sendStartDone
(void)
event result_t
I2C.sendEndDone
(void)
event result_t
I2C.writeDone
(bool result)
event result_t
I2C.readDone
(char in_data)
event result_t
I2CPot.readPotDone
(char in_data, bool result)
event result_t
I2CPot.writePotDone
(bool result)