commit i2c wip

This commit is contained in:
Christian Lind Madsen
2024-11-01 21:33:45 +01:00
parent 492fe9ea6a
commit a368939d88
4 changed files with 3 additions and 4 deletions

View File

@@ -15,8 +15,7 @@
int main(void) int main(void)
{ {
/* Replace with your application code */ /* Replace with your application code */
PORTA.DIR &= ~(1 << 2); // Clear bit 2 (PA2)
PORTA.DIR &= ~(1 << 3); // Clear bit 3 (PA3)
cm_i2c_init(NULL); cm_i2c_init(NULL);
cm_i2c_device_t si5351_dev; cm_i2c_device_t si5351_dev;