log include/Utilities.h @ 162:c3e8226a5651 heavy-updated

age author description
2015-07-23 andrewm Updated doxygen for Utilities.h
2015-07-17 andrewm Documentation updates and include Arduino-type constants in Utilities.h
2015-07-17 andrewm Changed d-box code to run cleanly when built on board. Updated Makefile to add ne10 include path on board. Some extra docs in Utilities.h
2015-07-15 andrewm Some initial, partial documentation in Utilities.h newapi
2015-07-15 andrewm Further API update to name three primary functions setup(), render() and cleanup(). Changed include paths so now can #include <BeagleRT.h>. Removed stale pru_rtaudio.bin file as this is now done as pru_rtaudio_bin.h. Updated examples to new API and fixed minor compiler warnings along the way. Network example needs further attention to compile. newapi
2015-05-28 andrewm Major API overhaul. Moved to a single data structure for handling render functions. Functionally, generally similar except for scheduling within PRU loop function, which now uses interrupts from the PRU rather than polling. This requires an updated kernel. newapi
2015-05-11 Giulio Moro Fixed bug in Digital macros and in example project matrix_gpio
2015-05-05 Giulio Moro - persistency: the last frame of each digital and analogOut buffers is used to initialize all the frames in the next buffer. This means that once a value is set, the pin will hold the value until you change it matrix_gpio
2015-04-30 Giulio Moro Renamed matrixGpio to digital and matrix to analog matrix_gpio
2015-04-30 Giulio Moro - digitalWrite and analogWrite macros are now persistent: they write a value on the given channel from the current frame to the end of the buffer. When matrix_gpio
2015-04-27 Giulio Moro - analog matrixIn/matrixOut are now mapped as floats from 0 to 1 matrix_gpio
2015-01-23 andrewm Fixed ADC bug; added a simple passthrough test
2014-11-08 andrewm API improvements and cleanups. Now all common audio command-line options can be parsed automatically.
2014-10-31 andrewm Initial commit.