Color sensor reset at the end of calibration added. sensor id auto assignment was changed to be a fixed value assignment to avoid sensor id shift when some sensor is absent.

Dependencies:   UniGraphic mbed vt100

af_utils/af_mgr.h

Committer:
Rhyme
Date:
2018-02-23
Revision:
0:ce97f6d34336

File content as of revision 0:ce97f6d34336:

#ifndef _AF_MGR_H_
#define _AF_MGR_H_
#include "afLib.h"
#include "pending.h"

extern afLib           *afero ;
extern pending_class   *pending ;
extern bool             gLinked ;
extern bool             gConnected ;

void init_aflib(void) ;

#endif /* _AF_MGR_H_ */