MultiWii 2.2 Compiling errors
Posted: Mon Apr 22, 2013 9:51 pm
Hello all!
I am having issues getting the 2.2 code to compile properly. I keep getting errors:
Ive configured all that I think i need to in the config.h so im struggling to find out the issue.
Also i seem to be having an issue where the Pitch and Roll commands are not being sent to the motors. in the GUI it shows that the values are being recieved but for the motor values they do not move for pitch and roll, only throttle and yaw work.
I am having issues getting the 2.2 code to compile properly. I keep getting errors:
Code: Select all
MultiWii.ino: In function 'void setup()':
MultiWii:716: error: 'readEEPROM' was not declared in this scope
MultiWii:718: error: 'readGlobalSet' was not declared in this scope
MultiWii:720: error: 'blinkLED' was not declared in this scope
MultiWii.ino: In function 'void go_arm()':
MultiWii:826: error: 'blinkLED' was not declared in this scope
MultiWii.ino: In function 'void loop()':
MultiWii:1015: error: 'writeParams' was not declared in this scope
Sensors.ino: In function 'void GYRO_Common()':
Sensors:303: error: 'blinkLED' was not declared in this scope
Sensors.ino: In function 'void ACC_Common()':
Sensors:375: error: 'writeGlobalSet' was not declared in this scope
Sensors.ino: In function 'uint8_t Mag_getADC()':
Sensors:1092: error: 'writeGlobalSet' was not declared in this scope
Serial.ino: In function 'void evaluateCommand()':
Serial:491: error: 'LoadDefaults' was not declared in this scope
Serial:509: error: 'writeParams' was not declared in this scope
Ive configured all that I think i need to in the config.h so im struggling to find out the issue.
Also i seem to be having an issue where the Pitch and Roll commands are not being sent to the motors. in the GUI it shows that the values are being recieved but for the motor values they do not move for pitch and roll, only throttle and yaw work.