Description
hello @urish !
overview: I created a custom chip that emulates the behavior of an I2C IMU, my idea is that I can check if students are correctly accessing the register bank to make settings on the sensor, or if they can read specific values and process them (with the aim of extracting information from the manual and implementing it correctly in code).
My original idea would be to put some printfs on the custom chip, when the student writes/reads and check this in test.yml with wait-serial
, as illustrated below:
- wait-serial: '[chip-i2c-counter] mpu6050 write reg[0x6C]=128
But now I realized that wait-serial doesn't check the output of the custom chip, any suggestions on what we can do? Maybe create a wait-serial-custom-chip? Or add the custom chip log to the serial output?
The log is there, but we cant check!