I got StickOS running on a Microchip Explorer 16 board with a PIC32MX360F512L chip, using the serial port. I must say, I like the simplicity of getting the analog reading from a pin. No ansel, tris, adcon .... etc
Just:
Pretty cute.Code:10 dim pot as pin an5 for analog input 20 print "potentiometer= ",pot
Bookmarks