mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-10 01:44:00 -04:00
bytes by shrinking the constructor. I don't quite understand why g++ is emitting two identical copies of the ctor, but it wastes a bunch of space. 8( Integrate FastSerial with the C library's standard I/O. Add new ::printf and ::printf_P methods that do the obvious thing, and a ::getfd method so that a caller can use the other stdio functions with the port if that's interesting. git-svn-id: https://arducopter.googlecode.com/svn/trunk@361 f9c3cf11-9bcb-44bc-f272-b75c42450872 |
||
---|---|---|
.. | ||
AP_Compass | ||
AP_GPS | ||
AP_Navigation | ||
AP_RC | ||
APM_ADC | ||
APM_BinComm | ||
APM_BMP085 | ||
APM_Compass | ||
APM_FastSerial | ||
APM_RC | ||
APM_RC_QUAD | ||
DataFlash | ||
FastSerial | ||
GPS_IMU | ||
GPS_MTK | ||
GPS_NMEA | ||
GPS_UBLOX | ||
Waypoints |