Search found 3 matches

by mreza
Sat Nov 15, 2014 9:53 am
Forum: Software
Topic: Storage the first value of att.heading(multiwii.2.3)
Replies: 0
Views: 1088

Storage the first value of att.heading(multiwii.2.3)

Hey guys I want to store the first value of att.heading in a variable. For this i defined a new variable, the variable must itialize and could be change in program. i dont know where i should put the varible in which the value wont intilize again. i declare the variable in multwii.cpp (before void s...
by mreza
Sat Nov 15, 2014 9:52 am
Forum: Software development
Topic: Storage the first value of att.heading(multiwii.2.3)
Replies: 0
Views: 668

Storage the first value of att.heading(multiwii.2.3)

Hey guys I want to store the first value of att.heading in a variable. For this i defined a new variable, the variable must itialize and could be change in program. i dont know where i should put the varible in which the value wont intilize again. i declare the variable in multwii.cpp (before void s...
by mreza
Thu Nov 13, 2014 3:00 am
Forum: General discussions
Topic: Define a global variable in output.cpp(multiwii.2.3)
Replies: 0
Views: 828

Define a global variable in output.cpp(multiwii.2.3)

Hi guys I want define a new variable to use in output.cpp, the variable must itialize and could be change in program. i dont know where i should put the varible. i declare variable in output.cpp but in this case the variable initialize in every loop. also i put it in multwii.cpp (before void setup()...