Page 2 of 2
Re: Uart or Console
Posted: Tue Jul 23, 2013 7:22 pm
by overdrivr
Any feedback on the code ? Maybe you did not see my last response because I edited it, sorry :$
Re: Uart or Console
Posted: Tue Aug 06, 2013 1:10 pm
by marcus
overdrivr wrote:Any feedback on the code ? Maybe you did not see my last response because I edited it, sorry :$
Sorry about the late answer..vacation

I'll have a look at the files.
Re: Uart or Console
Posted: Sun Aug 11, 2013 4:16 pm
by rocktober
I was working on logging some custom variables as well. I got it working after realizing the logging section of the wiki is misleading. I used the code in the "Simple Code Example" section (
http://wiki.bitcraze.se/projects:crazyf ... tils:pylib)
For example, in your code,
Code: Select all
newLogPacket
addCallback
startLogging()
should be
Code: Select all
create_log_packet
add_callback
start()