Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 382 Bytes

Example1_blink.md

File metadata and controls

12 lines (9 loc) · 382 Bytes

A simple program to alternate blink 2 LEDs for 300mS.

O{12,13}
J1
O=1,HT{300 m},O=2,HT{300 m}
E
'0x1a'

This is the program shown in Demo.avi.
For small Pic processors use 'Send file line by line' option in 'MySerial' to give them time to write rows to Flash. For processors with File System set use command W"main.ml" to upload example as executive ml.