Skip to content

Releases: RobolinkInc/CoDrone

CoDrone 2.2.1 update

05 Feb 04:17
bc2fe27

Choose a tag to compare

// PATCH NOTES // 2.2.1
update LED functions please come and visit docs.robolink.com and see example code

CoDrone 2.1.1 update

19 Oct 00:03
65c4d5a

Choose a tag to compare

example bug fix

CoDrone 2.1.0 Update

24 Aug 03:00
3533fb4

Choose a tag to compare

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

22 Aug 01:04
cc9a225

Choose a tag to compare

fix another syntax error

CoDrone 2.0.3 update

20 Aug 20:36

Choose a tag to compare

Fix syntax error

CoDrone 2.0.2 update

15 Aug 01:37
e6d8063

Choose a tag to compare

// 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

23 Jul 19:50
bb5c5de

Choose a tag to compare

-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

20 Jul 05:01
905b124

Choose a tag to compare

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

30 May 18:51
241b1be

Choose a tag to compare

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

25 May 19:11
5239fb2

Choose a tag to compare

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