|
Hello,
I just put the whole package together:
Loading the AdeeptMotor.ino config gives me no errors.
Loading the AdeeptRemoteControl.ino gives me the following error:
- C:\Users\...\Downloads\AdeeptIntelligentRemoteControlCarKitForArduinoV1_2\AdeeptIntelligentRemoteControlCarKitForArduino\AdeeptRemoteControl\AdeeptRemoteControl.ino:22:21: warning: initializer-string for array of chars is too long [-fpermissive]
- byte addresses[5] = "00007"; // define communication address which should correspond to remote control
- ^
- Sketch uses 2586 bytes (8%) of program storage space. Maximum is 30720 bytes.
- Global variables use 54 bytes (2%) of dynamic memory, leaving 1994 bytes for local variables. Maximum is 2048 bytes.
Copy the Code
I cannot tell what the error is. the same line appears in the motor code so looks good (the marker points below the " before the 0)
What is the ADXL345 module for? The manual does not refer to it? Already tried it with and without.
|
|