funny progress
This commit is contained in:
parent
f5238db8b4
commit
e9fdc2b2ce
|
@ -2,7 +2,7 @@
|
||||||
* @file stepper.h
|
* @file stepper.h
|
||||||
*
|
*
|
||||||
* @date Dec 24, 2014
|
* @date Dec 24, 2014
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||||
*/
|
*/
|
||||||
#ifndef STEPPER_H_
|
#ifndef STEPPER_H_
|
||||||
#define STEPPER_H_
|
#define STEPPER_H_
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
/*
|
||||||
|
* tle6240.cpp
|
||||||
|
*
|
||||||
|
* TLE6240GP Smart 16-Channel Low-Side Switch
|
||||||
|
*
|
||||||
|
* All 16 channels can be controlled via the serial interface (SPI). In addition to the serial control it is possible to control channel 1 to 4 and 9 to 12 direct in parallel with a separate input pin.
|
||||||
|
*
|
||||||
|
* Looks like 3.3v SI and SCLK are NOT possible (H above 0.7Vs required, that's 3.5v for 5.0Vs)
|
||||||
|
* 5 MHz SPI
|
||||||
|
*
|
||||||
|
* @date Dec 29, 2018
|
||||||
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
/*
|
||||||
|
* tle6240.h
|
||||||
|
*
|
||||||
|
* TLE6240GP Smart 16-Channel Low-Side Switch
|
||||||
|
*
|
||||||
|
* @date Dec 29, 2018
|
||||||
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef HW_LAYER_TLE6240_H_
|
||||||
|
#define HW_LAYER_TLE6240_H_
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* HW_LAYER_TLE6240_H_ */
|
Loading…
Reference in New Issue