Refactor to minimize differences between galp3-c and lemp9 code

This commit is contained in:
Jeremy Soller
2020-01-15 15:54:43 -07:00
parent e2a38c7a88
commit efa9fb7fb4
27 changed files with 493 additions and 612 deletions

View File

@@ -16,9 +16,6 @@ void smbus_init(void) {
SMB45P3USL = 0xA1;
SMB45P3USH = 0x01;
// Clock set to 50 KHz
// SCLKTSA = 1;
// Set up for i2c usage
i2c_reset(true);
}