Mercurial > hg > beaglert
log core/PRU.cpp @ 108:3068421c0737 ultra-staging
age | author | description |
---|---|---|
Tue, 18 Aug 2015 00:35:15 +0100 | Giulio Moro | Merged default into ultra-staging ultra-staging |
Fri, 17 Jul 2015 22:16:53 +0100 | andrewm | Updated PRU code to allow pinModeFrame() and [untested] digitalWriteFrame() and analogWriteFrame() to be called from setup(). Updated basic_blink example accordingly. |
Wed, 15 Jul 2015 12:10:51 +0100 | 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 |