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.
CN0397_Diag.cpp
00001 #include "CN0397_Diag.h" 00002 00003 CN0397_Diag::CN0397_Diag(CN0397& ad) : 00004 dut(ad) 00005 { 00006 00007 } 00008 00009 void CN0397_Diag::init() 00010 { 00011 dut.init(); 00012 } 00013 00014 void CN0397_Diag::reset() 00015 { 00016 dut.ad7798.reset(); 00017 } 00018 00019 void CN0397_Diag::read() 00020 { 00021 dut.set_app_data(); 00022 dut.display_data(); 00023 } 00024
Generated on Tue Jul 12 2022 17:59:52 by
1.7.2
CN0357 - Toxic gas measurement
CN0216 - Weight Scale