PropWare
PropWare copied to clipboard
C++ objects and CMake build system for Parallax Propeller
Creating a new `BlockStorage::Buffer` is way too difficult - currently, it takes _three_ lines of code. It's great, because it doesn't require any dynamic memory allocation! But... difficult. There needs...
Oiberex1 was kind enough to provide a C driver for the RTC on the Propeller Professional Development Board and has given permission to use it in PropWare. [Forum thread](http://forums.parallax.com/discussion/162568/ppdb-rtc-c-code) [pddb-rtc.txt](https://github.com/DavidZemon/PropWare/files/18713/pddb-rtc.txt)
Block SPI read/write speed can be bumped significantly using the assembly provided in this thread: http://forums.parallax.com/discussion/comment/1388208/#Comment_1388208
Spin object in obex: http://obex.parallax.com/object/498
Examples of devices requiring such communication: - [**SMB460**](http://www1.futureelectronics.com/doc/bosch/smb460.pdf): automotive g sensor for airbags - [**NCV7240**](http://www.onsemi.com/pub_link/Collateral/NCV7240-D.PDF): 8 Channel Low-Side Relay Driver - [**HEF4021**](http://www.nxp.com/documents/data_sheet/HEF4021B.pdf): SPI Keypad Scanner
FatFS does not currently support changing the directory or opening relative (or absolute) paths. It currently only supports finding and opening a file in the current directory, which is limited...
This would be completely impractical and utterly awesome. Open a file from a `PropWare::Filesystem` and edit it via a text editor running on the Propeller.
MCP2515 is a CAN bus controller. It'd be great if a new object could be created for interfacing with one of these chips.