Warning: <function> not yet implemented.

4 replies [Last post]
Mr.K
Title: NooBot
Joined: 03/12/2014
Posts:
BotPoints: 5
User offline. Last seen 9 years 11 weeks ago.

Hi folks,

Just tried some of the activities at the appendix of the Botball Workshop Slides, and ran into the 'not yet implemented' warning on the Link. I'm working on the assumption that they are, otherwise they wouldn't have made it into the Workshop Slides..?

To replicate, try running the Duelling Banjos sample code in the workshop and running off a KIPR Link (v2.0.3). I'm running on Win7, and compiled/transferred using the native KISS IDE.

Is this a firm/software update issue, or are the create_song* functions simply just not implemented yet?

Thanks!

Mr. K

ruler501
ruler501's picture
Title: NooBot
Joined: 01/29/2012
Posts:
BotPoints: 367
User offline. Last seen 8 years 3 weeks ago.

Looking at the source it appears they aren't implemented yet on the link

Mr.K
Title: NooBot
Joined: 03/12/2014
Posts:
BotPoints: 5
User offline. Last seen 9 years 11 weeks ago.

Ah, ok :(

Did the workshop sample (duelling banjos) ever work (with the previous CBC controllers), or had it just not been tested before being put into the slides? Am surprised I'm the first one to pick up on it if it's the latter!

Thanks!

Mr. K

ruler501
ruler501's picture
Title: NooBot
Joined: 01/29/2012
Posts:
BotPoints: 367
User offline. Last seen 8 years 3 weeks ago.

I think the previous controller had the functions. I'm not certain though.

stephenmac7
Title: NooBot
Joined: 11/19/2013
Posts:
BotPoints: 29
User offline. Last seen 9 years 5 weeks ago.

You could always implement it yourself, since the create has an interface which you can use with the implemented create_write_byte function.