This commit is contained in:
Jack Humbert
2018-05-15 22:30:58 -04:00
parent 6dc215cd67
commit 682555faac
6 changed files with 33 additions and 29 deletions

View File

@@ -4,7 +4,7 @@
#include "quantum.h"
#include <stdint.h>
#include <stdbool.h>
#include "i2cmaster.h"
#include "i2c_master.h"
#include <util/delay.h>
#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))