Browse Source

Enable software and disable hardware I2C driver.

Software one has been tested and works, hardware causes issues with new PWM code.
master
dongie 11 years ago
parent
commit
b7fce19ac0
  1. 5148
      obj/baseflight.hex
  2. 2
      src/board.h

5148
obj/baseflight.hex
File diff suppressed because it is too large
View File

2
src/board.h

@ -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"

Loading…
Cancel
Save