Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 431 Bytes

Quartex-Pascal

Join the chat at https://gitter.im/Quartex-Pascal/Quartex-Pascal

function main var sense : JSenseHatLed; LEDArray : TsenseHATLEDArray; begin

sense := NodeJS_SenseHatLed; sense.showLetter('A');
sense.clear; end;