Foto/Video wär nett!Crizz hat geschrieben: - das fette Teil ist einfach nur geil

Foto/Video wär nett!Crizz hat geschrieben: - das fette Teil ist einfach nur geil
Ja aber bitte dochCrizz hat geschrieben:Foto kann ich ja schonmal machen....
Code: Alles auswählen
// use the Devantech SRF i2c sensors, SRF08, SRF02
// (for now, there is no difference in the SRF0x code, but we may want to differentiate in the future.)
//#define SRF02
#define SRF08
/* switch on for Sonar */
//#define SRF10
//#define SRF23
Code: Alles auswählen
/******************************* Landing lights *********************************/
/* Landing lights
*
* Use an output pin to control landing lights.
* They can be switched automatically when used in conjunction
* with altitude data from a sonar unit.
*/
//#define LANDING_LIGHTS_DDR DDRC
//#define LANDING_LIGHTS_PORT PORTC
//#define LANDING_LIGHTS_BIT PC0
/* altitude above ground (in cm) as reported by sonar */
//#define LANDING_LIGHTS_AUTO_ALTITUDE 50