Skip to content

Instantly share code, notes, and snippets.

@kuc-arc-f
Created April 27, 2015 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuc-arc-f/cada907be2d39390f333 to your computer and use it in GitHub Desktop.
Save kuc-arc-f/cada907be2d39390f333 to your computer and use it in GitHub Desktop.
mbed-analog-Input-1
Serial mPc(USBTX, USBRX);
Timer mTimer;
AnalogIn inSen1(dp13);
AnalogIn inSen2(dp11);
AnalogIn inSen3(dp10);
AnalogIn inSen4(dp9 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment