log core/Utilities.cpp @ 180:07cfd337ad18

age author description
2016-01-02 Giulio Moro Added audioReadFrame() and audioWriteFrame(). Closes #1519
2015-07-17 Giulio Moro Fixed direction in setPinMode functions, updated and fixed basic_blink
2015-07-17 andrewm Documentation updates and include Arduino-type constants in Utilities.h
2015-05-31 andrewm Updated examples for new API. tank_wars not yet updated; audio_in_FFT and oscillator_bank not working properly yet. 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
2014-10-31 andrewm Initial commit.