1
0
Fork 0

rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well

This commit is contained in:
Jimmy Chan 2017-02-06 10:03:48 -08:00
parent 048ef311dc
commit 56d2198b3d
4 changed files with 10 additions and 6 deletions

View file

@ -16,8 +16,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define USE_I2C
#define I2C_MASTER_LEFT
// #define I2C_MASTER_RIGHT
#define MASTER_LEFT
// #define _MASTER_RIGHT
// #define EE_HANDS
#ifdef SUBPROJECT_rev1
#include "../../rev1/config.h"
@ -27,4 +28,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
#ifdef SUBPROJECT_rev2fliphalf
#include "../../rev2fliphalf/config.h"
#endif
#endif

View file

@ -18,6 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USE_SERIAL
#define MASTER_LEFT
// #define _MASTER_RIGHT
// #define EE_HANDS