-
Notifications
You must be signed in to change notification settings - Fork 86
MODULES
Chris Petersen edited this page Sep 12, 2013
·
4 revisions
The MODULES
file contains a list of Scheme modules to compile
into the applications. Modules reside in the ./modules
directory.
The config
module is REQUIRED for all applications, and
eventloop
, ln_glcore
and ln_glgui
is required for GUI applications.
$ cat apps/uSquish/MODULES
config eventloop ln_core ln_glcore ln_glgui audio csv
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip