Closed as not planned
Description
The "Simple" examples work, but the "Interrupts_subclassing" example fails to compile with two separate problems:
There is an error regarding Wire1
(which I assume should be Wire
).
There is also this:
Compilation error: 'class MyBoschSensor' has no member named 'onInterrupt'
I'm just trying to get the example to run - no changes.