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: HeptaCamera_GPS Hepta9axis HeptaTemp
Dependents: Lab5-04_a_uplink_downlink_xbee_1 Lab4-03_detect_acceleration Lab4-08_detect_gps_rawdata Lab4_11_create_satellite_program_step5_Q ... more
HEPTA_SENSOR.h
- Committer:
- HeptaSatTraining2019
- Date:
- 2019-08-21
- Revision:
- 0:3248c516dd77
- Child:
- 12:228ed878d0df
File content as of revision 0:3248c516dd77:
#ifndef MBED_HEPTASENSOR_H #define MBED_HEPTASENSOR_H #include "HeptaCamera_GPS.h" #include "Hepta9axis.h" #include "HeptaTemp.h" class HEPTA_SENSOR : public HeptaCamera_GPS ,public Hepta9axis, public HeptaTemp { public: HEPTA_SENSOR( /*PinName tx,PinName rx,PinName sw1,PinName sw2, PinName sda,PinName scl,int aaddr,int agaddr, PinName adcon*/ PinName adcon, PinName sda,PinName scl,int aaddr,int agaddr, PinName tx,PinName rx,PinName sw1,PinName sw2 ); private: }; #endif