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 HTML> | |
<html lang="en" > | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; IE=EDGE" /> | |
<title>Geo Indexes | ArangoDB Documentation</title> | |
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | |
<meta name="description" content=""> |
This file has been truncated, but you can view the full file.
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
{ | |
"basePath": "/", | |
"definitions": { | |
"HTTP_API_TRAVERSAL": { | |
"properties": { | |
"direction": { | |
"description": "direction for traversal\n- *if set*, must be either *\"outbound\"*, *\"inbound\"*, or *\"any\"*\n- *if not set*, the *expander* attribute must be specified\n\n", | |
"type": "string" | |
}, | |
"edgeCollection": { |
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
#include "Cosa/Types.h" | |
#include "Cosa/AnalogPin.hh" | |
// #include "Cosa/AnalogPins.hh" | |
#include "Cosa/Periodic.hh" | |
#include "Cosa/Event.hh" | |
#include "Cosa/Board.hh" | |
#include "Cosa/OutputPin.hh" | |
#include "Cosa/Watchdog.hh" | |
#include "Cosa/Trace.hh" |
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
Starting Klippy... | |
Args: ['/home/pi/klipper/klippy/klippy.py', '/home/pi/printer.cfg', '-l', '/tmp/klippy.log'] | |
Git version: 'v0.6.0-611-gbb41765' | |
CPU: 4 core ARMv7 Processor rev 4 (v7l) | |
Python: '2.7.13 (default, Sep 26 2018, 18:42:22) \n[GCC 6.3.0 20170516]' | |
Start printer at Sun Nov 18 13:58:41 2018 (1542549521.5 7.1) | |
===== Config file ===== | |
[stepper_a] | |
step_pin = P2.0 | |
dir_pin = !P0.5 |