MPU9150 Accelerometer, Gyro, Temperature, Compass icon MPU9150 Accelerometer, Gyro, Temperature, Compass MPU9150 ARC control reads compass, gyro, accelerometer and temperature via I2C, initializes and sets EZ-Script variables on demand. Try it →
 

Append

File.append(filename, byte/byteArray)

Parameters

filename Path of file to append to.
byte/byteArray Byte or byte array to append to the file.

Returns

Nothing

Description

Appends the byte given by byte to the file. If a byte array is provided instead, the byte array given by byteArray will be appended to the file.