Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed TrapezoidControl QEI
Input/Potentiometer/Potentiometer.cpp
- Committer:
- yabahiro
- Date:
- 2019-10-02
- Revision:
- 43:677f7446612e
- Parent:
- 31:45f97698857b
File content as of revision 43:677f7446612e:
#include "Potentiometer.h"
#include "mbed.h"
namespace POTENTIOMETER {
DigitalOut dio[]= {
DigitalOut(ADC0_PIN),
DigitalOut(ADC1_PIN),
DigitalOut(ADC2_PIN),
DigitalOut(ADC3_PIN),
};
}