This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"swagger": "2.0", | |
"info": { | |
"title": "Health OOP API", | |
"version": "v1" | |
}, | |
"basePath": "/", | |
"consumes": [ | |
"application/json" | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[EMC] | |
VERSION = $Revision$ | |
MACHINE = Foamcutter | |
DEBUG = 0 | |
[DISPLAY] | |
DISPLAY = axis | |
CYCLE_TIME = 0.100 | |
HELP_FILE = doc/help.txt | |
POSITION_OFFSET = RELATIVE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE airframe SYSTEM "../airframe.dtd"> | |
<!-- this is a HobbyKing Bixler equiped with | |
* Autopilot: px4fmu | |
* IMU: px4fmu | |
* GPS: Ublox (Manually configured NEO-6Q) | |
* RC: dsm2 (Orange satelite module) | |
* Modem RFD900 (SiK firmware) | |
TODO: |