What is the difference between PICbasic INT and Atom INT
PICBASIC
led var PORTB.7 ‘Establish name for portb.7
ATOM
time var byte ‘ Establish variable Time
trisc = %00000000 ‘ Make port C all outputs (P8-P15)
portc = %11111111 ‘ P12-P15 LEDs off, P8 on
http://www.precision-robotics.com/pic_int.pdf
Bookmarks