Source file


#1

I was wondering is there somewhere the source files are so that I can check out exactly how all the libraries work? As if I can see how they work it allows me to use them most efficiently

For example see the following functions and header files
#include <MeAuriga.h>
linefollower_9.readSensors()
Encoder_1.setTarPWM(leftSpeed);


#2

Here: https://github.com/Makeblock-official/Makeblock-Libraries . the ranger firmware in in examples/Firmware_for_Auriga
The standard header and library source (e.g. MeAuriga.h) are in src

See also my document here: https://docs.google.com/document/d/1EpMWJo9pP2J_pstzXA-XHK8t00Z70SCZYwZ_Kl7VLuw/edit


#3

Thank you !!
I think anything that I am looking for should be buried in there somewhere


#4

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.