diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-04-25 18:08:56 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-04-25 18:08:56 -0400 |
commit | 62552a6f3f93223682f9df2df2614411f7e3d54c (patch) | |
tree | 05f71e01c98ac341c029b2a050b796f1be3de8b5 /README | |
parent | 7ea059f945003c90ab56b1e6f762df9ae29ddf3c (diff) | |
download | librambutan-62552a6f3f93223682f9df2df2614411f7e3d54c.tar.gz librambutan-62552a6f3f93223682f9df2df2614411f7e3d54c.zip |
Refactoring:
The 'core' directory has now been renamed to 'wirish.' Wirish is our
version of the Arduino Wiring language.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -31,9 +31,10 @@ libmaple Repo Layout Lowest level definitions, routines, macros, and functions. This is the meat of the library. -/core/ +/wirish/ Extra wrappers and functionality around the lower level code which is - useful for programming in the IDE. + useful for programming in the IDE. Files in here implement the "Wirish" + language, an Arduino "Wiring"-like language. /examples/ What it sounds like. Copy these to /main.cpp to compile them. |