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: Grove_Air_Quality_Sensor_Library mbed
Diff: main.cpp
- Revision:
- 2:225383599b95
- Parent:
- 1:888328032581
--- a/main.cpp Fri Sep 05 19:17:20 2014 +0000 +++ b/main.cpp Wed Nov 06 18:32:23 2019 +0000 @@ -1,9 +1,8 @@ - #include"mbed.h" #include"Air_Quality.h" AirQuality airqualitysensor; int current_quality = -1; -PinName analogPin = A0; +PinName analogPin = p15; // Interrupt Handler void AirQualityInterrupt()