How to use the gpioWaveChain function from bindings
Find comprehensive JavaScript bindings.gpioWaveChain code examples handpicked from public code repositorys.
GitHub: schoero/pigpio
211 212 213 214 215 216 217 218
return pigpio.gpioWaveTxSend(waveId, waveMode); } waveChain(chain) { let buf = Buffer.from(chain); pigpio.gpioWaveChain(buf, buf.length); return this; }
87
0
0
+ 9 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)