funny progress

This commit is contained in:
rusefi 2018-12-30 19:13:28 -05:00
parent f5238db8b4
commit e9fdc2b2ce
3 changed files with 35 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @file stepper.h
*
* @date Dec 24, 2014
* @author Andrey Belomutskiy, (c) 2012-2017
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#ifndef STEPPER_H_
#define STEPPER_H_

View File

@ -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
*/

View File

@ -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_ */