You've already forked pidcodes.github.com
mirror of
https://github.com/solokeys/pidcodes.github.com.git
synced 2026-03-11 17:14:52 -07:00
added ArduPilot PID request (#343)
* added ArduPilot PID request * travis: updated ruby version
This commit is contained in:
committed by
Nick Johnson
parent
f868c8f76b
commit
a86fbb8454
@@ -19,10 +19,10 @@ env:
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- rvm: 2.2.5
|
||||
- rvm: 2.3.0
|
||||
env: TASK='htmlproofer'
|
||||
- rvm: 2.2.5
|
||||
- rvm: 2.3.0
|
||||
env: TASK='htmlproofer-external'
|
||||
allow_failures:
|
||||
- rvm: 2.2.5
|
||||
- rvm: 2.3.0
|
||||
env: TASK='htmlproofer-external'
|
||||
|
||||
18
1209/5740/index.md
Normal file
18
1209/5740/index.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
layout: pid
|
||||
title: autopilot
|
||||
owner: ArduPilot
|
||||
license: GPLv3
|
||||
site: http://www.ardupilot.org/
|
||||
source: https://github.com/ArduPilot/
|
||||
---
|
||||
The ArduPilot project supports many open source hardware designs. We
|
||||
don't design the hardware ourselves (we are a software project), but
|
||||
we work closely with many organisations and companies that do make
|
||||
open source hardware. For those that don't have their own VID we use a
|
||||
single VID/PID pair for all boards, then distinguish boards using the
|
||||
product ID strings in the bootloader and application firmware.
|
||||
|
||||
Schematics for some of the boards we support are here:
|
||||
|
||||
https://github.com/ArduPilot/Schematics
|
||||
8
org/ArduPilot/index.md
Normal file
8
org/ArduPilot/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: org
|
||||
title: ArduPilot.org
|
||||
site: http://www.ardupilot.org/
|
||||
---
|
||||
ArduPilot is a leading open source autopilot system, supporting
|
||||
autonomous robots on land, air and sea
|
||||
|
||||
Reference in New Issue
Block a user