Mercurial > hg > beaglert
diff examples/basic/render.cpp @ 308:1feb9c23ac57 prerelease
Renamed read/write functions to remove the Frame --> e.g. analogWriteFrameOnce -> analogWriteOnce, digitalReadFrame -> digitalRead
author | andrewm |
---|---|
date | Fri, 27 May 2016 18:21:21 +0100 |
parents | e4392164b458 |
children | db2fe4e1b88e |
line wrap: on
line diff
--- a/examples/basic/render.cpp Fri May 27 18:12:15 2016 +0100 +++ b/examples/basic/render.cpp Fri May 27 18:21:21 2016 +0100 @@ -55,7 +55,7 @@ // context->audioOut[n * context->audioChannels + channel] = out; // Or using the macros: - audioWriteFrame(context, n, channel, out); + audioWrite(context, n, channel, out); } } }