Mercurial > hg > beaglert
log include/Utilities.h @ 39:638bc1ae2500 staging
age | author | description |
---|---|---|
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. |