feat: implemented simple logic to detect cards and send information to master via I2C
This commit is contained in:
@@ -38,6 +38,9 @@ void setup()
|
||||
void loop()
|
||||
{
|
||||
// put your main code here, to run repeatedly:
|
||||
// TODO: Implement the main loop logic for I2C communication with slave devices
|
||||
// TODO: Implement the logic to control the LED strip based on the received data from slave devices
|
||||
// TODO: Send informations to PC via Serial communication, needs to be implemented based on the previous code snippets.
|
||||
}
|
||||
|
||||
void testLedStrip()
|
||||
|
||||
Reference in New Issue
Block a user