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.
main.cpp
00001 #include "mbed.h" 00002 #include "scp1000.h" 00003 00004 00005 Serial pc(USBTX, USBRX); 00006 SCP1000 Pressure(p5,p6,p7,p8); 00007 00008 00009 int main() { 00010 pc.printf("The pressure is %f Pa and the temperature is %f C", Pressure.read(), Pressure.readTemperature()); 00011 return(0); 00012 }
Generated on Thu Aug 4 2022 19:47:56 by
