Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Plunger/potSensor.cpp

Committer:
arnoz
Date:
2021-10-01
Revision:
116:7a67265d7c19
Parent:
100:1ff35c07217c

File content as of revision 116:7a67265d7c19:

#include "mbed.h"
#include "pinscape.h"
#include "potSensor.h"

// 'this' object for IRQ callback
PlungerSensorPot *PlungerSensorPot::isrThis;