You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
428 B

#pragma once
namespace PX4 {
class PX4Scheduler;
class PX4UARTDriver;
class PX4Storage;
class PX4RCInput;
class PX4RCOutput;
class PX4AnalogIn;
class PX4AnalogSource;
class PX4Util;
class PX4GPIO;
class PX4DigitalSource;
class NSHShellStream;
class PX4I2CDriver;
class PX4_I2C;
class Semaphore;
class Semaphore_Recursive;
class PX4CAN;
class PX4CANManager;
}