octofet

amperka/octofet/octofet

The quick start node that represents the Octofet board, which sets the state ("on" or "off") of all 8 power switches (a.k.a. «channels»).
octofet
@/octofet
The quick start node that represents the Octofet board, which sets the state ("on" or "off") of all 8 power switches (a.k.a. «channels»).
CSport
The chip select (also known as slave select) pin used to control the shift-register latch. It is marked CS on the Octofet board. Use any GPIO pin of the controller.
MOSIport
The MOSI (Master Out Slave In) pin used to send data to the peripherals. It is marked DI on the Octofet board. Use any GPIO pin of the controller.
SCKport
The clock pin used to clock pulses which synchronize data transmission generated by the master. It is marked П on the Octofet board. Use any GPIO pin of the controller.
CH0boolean
Channel #0 on Octofet.
CH1boolean
Channel #1 on Octofet.
CH2boolean
Channel #2 on Octofet.
CH3boolean
Channel #3 on Octofet.
CH4boolean
Channel #4 on Octofet.
CH5boolean
Channel #5 on Octofet.
CH6boolean
Channel #6 on Octofet.
CH7boolean
Channel #7 on Octofet.
ACTboolean
Makes the octofet react to incoming values while `ACT` is true
octofet
CS
MOSI
SCK
CH0
CH1
CH2
CH3
CH4
CH5
CH6
CH7
ACT
ACK
ACKpulse
Fires on writing complete.
To use the node in your project you should have the amperka/octofet library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.