newsSearduino - News: Seardduino 0.7 released

 
 
Latest News
Seardduino 0.7 released posted by hesa, Tue 31 Dec 2013 12:00:50 AM UTC
Searduino 0.47.93 (prep for 0.5) posted by hesa, Sun 25 Mar 2012 09:57:02 PM UTC

Seardduino 0.7 released

Item posted by Henrik Sandklef <hesa> on Tue 31 Dec 2013 12:00:50 AM UTC.

News in 0.7
==============================================

  General changes:
  ---------------------

    LCD Support
       Available in Java extenstions, Stream simulator, Jearduino
       NOT available in Python extension

  Jearduino:
  ---------------------

       LCD Support
       Pin types now shown as Combo boxes
      
       New arguments:

         --arduino-code <FILE>  - loads <FILE> for use
         --board <BOARD>        - sets <BOARD> to use
         --start                - starts your code as soon as it is loaded

  New implemented API functions:
  ---------------------

     Math:
       randomSeed(unsigned int seed)
       random(long max)
       random(long min, long max)

     Liquidcrystal:
       LiquidCrystal
       begin
       clear
       home
       setCursor
       write
       print

   Bugs fixed:
   -------------------

       Fixed changing pin types and modes (Leaonardo board)
       Many more

 

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code