|
Home People Publications Events Teaching Projects Resources Contact Community Blog
|
Work in Progress Completed Work |

:: Research Group Embedded Interaction ::
Media Informatics ::
Ludwig-Maximilians-University Munich
Particles Source Code
The Particle Base System contains all source code necessary to write
programs for the Particle computer.
particle_base_system.zip (ca. 600 kBytes)
Here are some of the source code files available for separate download:
- Template code for Particle programming:
template.c
template.h
- Code and header for Barton BT96040 chip-on-glass display
bt96040_ds.c
bt96040_ds.h
(copy to directory 'actuators' below the Particle Base System)
- Code and header for Add-On Board
bt96040-addonboard.c
bt96040-addonboard.h (copy to directory 'boards' below the Particle
Base System)
- Code for the ADXL311JE sensor
adxl311je.c
(copy to directory 'sensors' below the Particle Base System)
- Code for the LDR light sensor
ldr_a905014.c (copy to directory 'sensors' below the Particle Base
System)
- acltypes.h (hcilab version, needed for
our code) (copy to directory 'system' below the Particle Base System)
Other source code:
|