Interface: tos.platform.msp430.MSP430GeneralIO
interface MSP430GeneralIOCommands
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()