mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-12 19:03:58 -04:00
HAL_PX4: support up to 16 analog channels
This commit is contained in:
parent
3b9d71ae8a
commit
4794d90bbb
@ -8,7 +8,7 @@
|
|||||||
#include <uORB/uORB.h>
|
#include <uORB/uORB.h>
|
||||||
#include <uORB/topics/battery_status.h>
|
#include <uORB/topics/battery_status.h>
|
||||||
|
|
||||||
#define PX4_ANALOG_MAX_CHANNELS 8
|
#define PX4_ANALOG_MAX_CHANNELS 16
|
||||||
|
|
||||||
// these are virtual pins that read from the ORB
|
// these are virtual pins that read from the ORB
|
||||||
#define PX4_ANALOG_BATTERY_VOLTAGE_PIN 100
|
#define PX4_ANALOG_BATTERY_VOLTAGE_PIN 100
|
||||||
|
Loading…
Reference in New Issue
Block a user