Interface: tos.platform.msp430.MSP430GeneralIO

interface MSP430GeneralIO

Commands
command bool get()
command uint8_t getRaw()
command void makeInput()
command void makeOutput()
command void selectIOFunc()
command void selectModuleFunc()
command void setHigh()
command void setLow()
command void toggle()

Commands - Details

get

command bool get()

getRaw

command uint8_t getRaw()

makeInput

command void makeInput()

makeOutput

command void makeOutput()

selectIOFunc

command void selectIOFunc()

selectModuleFunc

command void selectModuleFunc()

setHigh

command void setHigh()

setLow

command void setLow()

toggle

command void toggle()