Releases: RobolinkInc/CoDrone
CoDrone 2.2.1 update
// PATCH NOTES // 2.2.1
update LED functions please come and visit docs.robolink.com and see example code
CoDrone 2.1.1 update
example bug fix
CoDrone 2.1.0 Update
Update New LED function
new function can change color and mode at the same time
Change arm and eye color at the same time(setAll function) has no delay to change both
Check Document for more detail : docs.robolink.com
CoDrone 2.0.4 update
fix another syntax error
CoDrone 2.0.3 update
Fix syntax error
CoDrone 2.0.2 update
// PATCH NOTES // 2.0.2
Add Newfunction names to keyword file that can highlight function
Change GoToHeight -> goToHeight
scaleChange() : same function as AnalogScaleChange()
CoDrone 2.0.1 update
-Exmaple file name edit
from 2.0.0 update New Function and new example released!
Re-structure library file structure
easy to find actual function in cpp file
add calibrate() : work with drone firmware 50.18 and up
add new example
old example move to legacy example.
add Basecamp example and add URL to actual basecamp lesson
*some of lesson code are doing debuging
CoDrone 2.0.0 Update
2.0.0
New Function and new example released!
Re-structure library file structure
easy to find actual function in cpp file
add calibrate() : work with drone firmware 50.18 and up
add new example
old example move to legacy example.
add Basecamp example and add URL to actual basecamp lesson
*some of lesson code are doing debuging
CoDrone 1.5.5 update
Change lesson names
from 1.5.4 move lesson folder into Example file
Added function:
pair(); If you open new box smart inventor board has no address save so pair function try to connect with drone which is the nearest recommand to use this function first time with only one drone want to connect. after that pair() will use saved address to connect.
pair(Nearest) : If you want to connect with another drone use this to save other drone's address to smart inventor board
CoDrone 1.5.4 update
move lesson folder into Example file
Added function:
pair(); If you open new box smart inventor board has no address save so pair function try to connect with drone which is the nearest recommand to use this function first time with only one drone want to connect. after that pair() will use saved address to connect.
pair(Nearest) : If you want to connect with another drone use this to save other drone's address to smart inventor board