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.
Dependents: SmartKitchen_MiniProject SmartKitchen_MiniProject_RTES
Diff: MQ2.cpp
- Revision:
- 6:c0ebeb4b47b6
- Parent:
- 5:8b7ba76a7a76
- Child:
- 8:6eba34552ceb
--- a/MQ2.cpp Fri Oct 06 08:57:00 2017 +0000 +++ b/MQ2.cpp Fri Oct 06 08:58:43 2017 +0000 @@ -78,7 +78,7 @@ int i; float rs=0; for (i=0;i<READ_SAMPLE_TIMES;i++) { - rs += MQResistanceCalculation(_pin.read_16>>6()); + rs += MQResistanceCalculation(_pin.read_u16()>>6); wait_ms(READ_SAMPLE_INTERVAL); } rs = rs/READ_SAMPLE_TIMES;