TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: ccaian on November 09, 2019, 12:05:27 PM

Title: Bluetooth problem, BLEsetup() and aci_loop() not declared in scope
Post by: ccaian on November 09, 2019, 12:05:27 PM
i attached my ino file. its a simple program that accepts bluetooth chars from the nrf toolbox app to spin the motor. but the two functions BLEsetup() and aci_loop() are not declared.

im guessing this is a library issue? but i double checked my code and it looks like i imported all the libraries correctly. i downloaded stble.zip and added it to the library.

sorry am new to this. appreciate your help in advance!
Title: Re: Bluetooth problem, BLEsetup() and aci_loop() not declared in scope
Post by: gregweber on November 11, 2019, 09:46:08 AM
What .h files are you importing into the file?