Sha256: d1234535608070eb37d1c1b4aec09bfc24b73da416d6b24fca803f3c6bd69f5d
Contents?: true
Size: 463 Bytes
Versions: 21
Compression:
Stored size: 463 Bytes
Contents
class ExternalVariables < ArduinoSketch define "KOOL 10" define "TRUE 1" define "COMMENT true" define "DS1307_CTRL 7" define "DS1308_CTRL 7" array "char buffer[32];" array "char bufferz[32];" @foo = 1 @bidda = "badda" @boom = "1, int" @rad = "1.00" def loop delay 1 @foo = 2 @foo = KOOL end def setup # special one time only method delay 100 delay 100 @foo = 10 5.times { delay 200 } end end
Version data entries
21 entries across 21 versions & 4 rubygems