Enable software and disable hardware I2C driver.

Software one has been tested and works, hardware causes issues with new PWM code.
This commit is contained in:
dongie 2014-05-19 13:27:47 +09:00
parent 3131bd63f1
commit b7fce19ac0
2 changed files with 2545 additions and 2605 deletions

File diff suppressed because it is too large Load Diff

View File

@ -272,7 +272,7 @@ typedef struct baro_t {
#define BEEP_ON ;
#endif
#undef SOFT_I2C // enable to test software i2c
#define SOFT_I2C // enable to test software i2c
#include "utils.h"