/tessel-scala

Demo of running Scala on the Tessel 2

Primary LanguageScalaMIT LicenseMIT

Demo of Scala on Tessel 2

What's this

This is a simple demo of running Scala on Tessel 2 by using Scala.js.

This code includes:

See also the companion blog post Scala on Tessel 2.

Requirements

  • Scala and sbt
  • npm
  • Tessel 2's t2 command
  • a connected Tessel 2

Compiling and running

  • sbt fullOptJS
  • t2 run target/scala-2.11/tessel-scala-opt.js

License

MIT license.