Skip to content

esromlabs/honeybee-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

honeybee-arduino

a HoneyBee interpreter and compiler tool chain for Arduino.

BeeGraph --> Céu --> C --> Arduino

A graph of flow+data nodes and edges (a BeeGraph) transforms to a Céu program. Céu compiles down to C. C than compiles to an arduino image. It is a far way to go from graph to microprocessor, but IF each compile step uses tools that are appropreate for the task then the chain of tools should all behave well.

Compiling BeeGraph to Arduino

Adjust the Makefile to refer to your arduino board. then

make CEUFILE=ceu/compile_target_counter_2.ceu

About

a HoneyBee interpreter for Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages