issues
search
physical-computation
/
Warp-firmware
Firmware for the Cambridge Physical Computation Laboratory's Warp Embedded Multi-Sensor Platform.
http://physcomp.eng.cam.ac.uk
BSD 3-Clause "New" or "Revised" License
5
stars
198
forks
source link
IS25xP driver (mostly) for Glaux
#102
Closed
KomaGR
closed
2 years ago
KomaGR
commented
2 years ago
Enhances the IS25xP device driver and adds some helper functions for easier interfacing with the device.
Adds a main menu item and a sub-menu for the IS25xP. (And removes deprecated code from the point of initialization of the device.)
Adds a 5ms time delay when using warpPrint. (When in Run mode the buffer could not keep up with the prints.)
Changes Glaux default behaviour to only start streaming CSV data when
WARP_BUILD_BOOT_TO_CSVSTREAM
is true.
Enables IS25xP when compiling for Glaux (config.h).
Defines two handy macros for printing binary bytes (warp.h).
Closes #101.
WARP_BUILD_BOOT_TO_CSVSTREAM
is true.Closes #101.