Skip to content

Instantly share code, notes, and snippets.

@neosarchizo
Created November 11, 2022 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neosarchizo/4d0705b5c95641cbf516e4313b406769 to your computer and use it in GitHub Desktop.
Save neosarchizo/4d0705b5c95641cbf516e4313b406769 to your computer and use it in GitHub Desktop.
DSLogic - I2C 디버깅하기
#include <cm1106_i2c.h>
CM1106_I2C cm1106_i2c;
void setup() {
cm1106_i2c.begin();
delay(1000);
}
void loop() {
cm1106_i2c.check_sw_version();
delay(500);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment