Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • am-dept/tlambert/MR-arduino-controller
1 result
Show changes
Commits on Source (2)
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
{ 1, -1, -1, 1 } // Encoder orientation { 1, -1, -1, 1 } // Encoder orientation
#define MAX_WING_POS \ #define MAX_WING_POS \
{ 3166, 2374, 1290, 1135 } // Maximum wing angle (returned by encoder value) { 3166, 2374, 1290, 1135 } // Maximum wing angle (returned by encoder value)
#define TRUE_MAX_ANGLE 38.07 // Maximum wing angle (measured on setup) #define TRUE_MAX_ANGLE 34.12 // Maximum wing angle (measured on setup)
/******************************************************************************* /*******************************************************************************
......
...@@ -84,40 +84,6 @@ ...@@ -84,40 +84,6 @@
"title": "Inputs", "title": "Inputs",
"widget": "" "widget": ""
}, },
{
"datasets": [
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": false,
"led": false,
"log": false,
"max": 0,
"min": 0,
"title": "Front",
"units": "°",
"value": "%10",
"widget": ""
},
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": false,
"led": false,
"log": false,
"max": 0,
"min": 0,
"title": "Aft",
"units": "°",
"value": "%12",
"widget": ""
}
],
"title": "Flapping angles",
"widget": "multiplot"
},
{ {
"datasets": [ "datasets": [
{ {
......