Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

PBASIC

< >

PBASIC is a programming language created in 1988.

#2895on PLDB 36Years Old
Wikipedia

PBASIC is a microcontroller-based version of BASIC created by Parallax, Inc. in 1992.PBASIC was created to bring ease of use to the microcontroller and embedded processor world. It is used for writing code for the BASIC Stamp microcontrollers. Read more on Wikipedia...


Example from Wikipedia:
HIGH 1 'turn on LED on pin 1 PAUSE 1000 'pause for one second LOW 1 'turn off LED on pin 1 END 'end program
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll