Get the Latest Learn Folder
This Learn folder was updated on 11/1/2013.
More examples and libraries get added to the Learn folder all the time. So make sure to
download the latest before getting started. Just go to:
___http://learn.parallax.com/propeller-c-set-simpleide/update-your-learn-folder.
From there, just follow the instructions with red checkmarks. Then, you'll be equipped with latest example programs and libraries for use with the tutorials on:
___http://learn.parallax.com/propeller-c-tutorials.
For more info on the Propeller C Education program, go here:
___http://learn.parallax.com/propeller-c.
For info on this Learn folder's Simple Libraries, go here: Simple Libraries Folder Index
Typos, comments, or suggestions? Email:
learn@parallax.com.
Update History
Updates 11/1/2013.
-
ee_putStr updated to support 128 byte page writes.
-
More corrections to ee_put* for contiguous data crossing address/128 boundary.
Updates 10/31/2013.
-
wav player click between tracks eliminated, and bug in support for playing sequences of tracks fixed.
-
simpletools square_wave bug that prevented frequency changes fixed.
Updates 9/4/2013.
-
ee_put* Fixed bug that prevented contiguous data crossing address/128 boundary.
-
Updated stack array to static in mstimer.c.
Updates 7/9/2013.
-
i2c_in and i2c_out functions added to simpletools library.
-
simplei2c library added with basic i2c building blocks that were used to create the simpletools library's i2c_in and i2c_out functions.
-
EEPROM and compass libraries now use i2c_in and i2c_out instead of two different Propeller GCC I2C variants, which reduces program memory requirements.
Updates 6/15/2013.
-
Folder added.../SimpleIDE/Learn/Simple Libraries/Text Devices. In addition to libraries that support communication with text based hardware devices, this folder has libsimpletext, which has compact functions for sending and receiving text to/from Simple Terminal and other devices.
-
All sser_ and fdser_ functions removed from libsimpletools.
-
libsimpletools now includes simpletext from Text Devices. In addition to replacing sser_ functions, it has a variety of print/scan put/get and read/write functions for communicating with Simple Terminal and other serial devices. fdser_ functions are replaced by using the Add Simple Library button to add libfdserial from the Text Devices folder.
-
7-segment LED examples added to ...SimpleIDE/Learn/Examples/Circuits.
-
A 0.8 second delay was added to the first serial message sent to Simple Terminal by functions in the simpletext library. This prevents Windows machines from potentially mistaking the serial message as legacy serial peripheral identifying strings. Since the delay is now automatic, all pause(1000) calls were removed from the start of example programs.
-
All example programs updated to use print from simpletext in place of printf from stdio. This significantly reduces the program size penalty for displaying floating point types.
First Release 5/7/2013.