OpticalFlow: fixed line endings

this library was a mixture of dos and unix line endings, which makes
for very messy editing
This commit is contained in:
Andrew Tridgell 2012-03-10 13:51:28 +11:00
parent cb96dd975f
commit 2ab3d2c080
4 changed files with 787 additions and 787 deletions

View File

@ -104,7 +104,7 @@ class AP_OpticalFlow_ADNS3080 : public AP_OpticalFlow
bool _overflow; // true if the x or y data buffers overflowed bool _overflow; // true if the x or y data buffers overflowed
public: public:
AP_OpticalFlow_ADNS3080(int cs_pin = ADNS3080_CHIP_SELECT, int reset_pin = ADNS3080_RESET); AP_OpticalFlow_ADNS3080(int cs_pin = ADNS3080_CHIP_SELECT, int reset_pin = ADNS3080_RESET);
bool init(bool initCommAPI = true); // parameter controls whether I2C/SPI interface is initialised (set to false if other devices are on the I2C/SPI bus and have already initialised the interface) bool init(bool initCommAPI = true); // parameter controls whether I2C/SPI interface is initialised (set to false if other devices are on the I2C/SPI bus and have already initialised the interface)
byte read_register(byte address); byte read_register(byte address);
void write_register(byte address, byte value); void write_register(byte address, byte value);