aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPerry Hung <iperry@alum.mit.edu>2010-04-25 18:14:43 -0400
committerPerry Hung <iperry@alum.mit.edu>2010-04-25 18:14:43 -0400
commit4ccbeb08e64b6bc7cee1f54a04001eff778b4282 (patch)
tree05f71e01c98ac341c029b2a050b796f1be3de8b5 /README
parentb41eb846ca60559cff242d0c550699eb8f309909 (diff)
parent62552a6f3f93223682f9df2df2614411f7e3d54c (diff)
downloadlibrambutan-4ccbeb08e64b6bc7cee1f54a04001eff778b4282.tar.gz
librambutan-4ccbeb08e64b6bc7cee1f54a04001eff778b4282.zip
Merge branch 'master' into spi
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index f3bb334..9638a6b 100644
--- a/README
+++ b/README
@@ -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.