Forgot about this

This commit is contained in:
Aurora
2016-09-12 13:19:59 +02:00
parent da0adeb39e
commit 4367ea6afa
3 changed files with 10 additions and 11 deletions

View File

@@ -21,7 +21,7 @@
*/
/*
* Thanks to the everyone who contributed in the development of this file
* Thanks to the everyone who contributed in the development of this file
*/
#pragma once
@@ -41,4 +41,4 @@
#define I2C_DEV_GYRO 10
#define I2C_DEV_IR 13
u32 i2cWriteRegister(u8 dev_id, u8 reg, u8 data);
bool i2cWriteRegister(u8 dev_id, u8 reg, u8 data);