Thanks to visit codestin.com
Credit goes to github.com

Skip to content

smarpl/bitlash

 
 

Repository files navigation

Port of Bitlash for TI MSP430 MCUs

Bitlash is an open source interpreted language shell and embedded programming environment for the popular and useful Arduino.

Original readme - README-BITLASH.md

For more information see my blog post Bitlash for MSP430

Supported devices

MSP430G2553, MSP430F5529, MSP430FR5739

Requirements

Energia IDE or Code Composer Studio 6

Getting started

  • Download or checkout sources and place them into your sketchbook/libraries/bitlash folder.
  • Open Examples/bitlash/bitlashdemo sketch. Compile and upload it to your board.
  • Connect to the serial port at 9600 baud using your favourite terminal emulator.
  • Proceed to the Bitlash documentation.
  • Consult Pin Mapping reference for your MSP430 board and change arduino example code if needed.

About

MSP430 port of Bitlash, a programmable command shell. Switch to branch "msp430_github"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 40.3%
  • C++ 25.9%
  • Processing 22.3%
  • Other 8.9%
  • Python 2.3%
  • JavaScript 0.3%