commit i2c wip
This commit is contained in:
Binary file not shown.
Submodule storno_cqp6xx_digital_xtal/avr_i2c_driver updated: 3c0e4199f7...c625fb37b1
@@ -15,8 +15,7 @@
|
||||
int main(void)
|
||||
{
|
||||
/* 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_device_t si5351_dev;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user