log include/PRU.h @ 87:567bd8f76714

age author description
2015-07-17 andrewm Updated PRU code to allow pinModeFrame() and [untested] digitalWriteFrame() and analogWriteFrame() to be called from setup(). Updated basic_blink example accordingly.
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-19 Giulio Moro Timers to measure performances, ultra experimental ultra-staging
2015-04-30 Giulio Moro Renamed matrixGpio to digital and matrix to analog matrix_gpio
2015-04-27 Giulio Moro - analog matrixIn/matrixOut are now mapped as floats from 0 to 1 matrix_gpio
2015-02-07 andrewm Updated to latest PRU library; external PRU file no longer needed. Also catch SIGTERM as well as SIGINT to clean up gracefully.
2015-01-22 andrewm Initial support for higher matrix sample rates by reducing the number of channels. Input not tested yet, and not all examples updated to new format.
2014-10-31 andrewm Initial commit.