This website requires JavaScript.
Explore
Blog ↗
Register
Sign In
sage
/
pebblisp
Watch
1
Star
1
Fork
You've already forked pebblisp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
96d759a7e6
pebblisp
/
src
/
pebcom.h
4 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
Add TYPE_OTHER, subscriptions, and PebbleObjects Move most file-local variables from calc.h to calc.c (so calc.h can be included) Quick hack to get simple TYPE_LAMBDA evaluated Add pebcom files for time/vibe/eventually battery etc. functions Add TYPE_OTHER, so that pebble-specific (and potentially other) objects can be used in PebbLisp Created PebbleObject/PebbleType to work as a sort of tagged pointer, to be used as a TYPE_OTHER object Add some functions for creating/editing windows and textlayers from within PebbLisp Added subscribe(), enabling lambdas to be run at set time intervals
2020-08-09 15:03:02 -04:00
#
include
"pebblisp.h"
Patch to compile for Pebble devices. Mostly throwing ifdef Standalone all over the place.
2022-04-02 06:51:06 -04:00
Object
doVibe
(
Object
*
params
,
int
length
,
struct
Environment
*
env
)
;