I’m trying to use ofxAccelerometerHandler (though it sounds like it’s not going to work when I get to iOS?), but it throws a build error:
bzero : identifier not found
Searching the OF directories, it looks like ofxAccelerometerHandler is the only source file mentioning bzero.
I’m wondering if this is just me not knowing I need to #include something else, or if I should define bzero as some other memory-zeroing function, or if this is a sign that ofxAccelerometerHandler has been abandoned and I should be using something else for acceleration & tilt data?