- Library source from AN721SW (cp210xmanufacturing_1.0.tar.gz) - Manufacturing tool source (cp210xsmt) - Builds 64-bit shared library with: make LIB_ARCH=64 - Datasheets and app notes in docs/
17 lines
504 B
C
17 lines
504 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// CP210xManufacturing.h
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef CP210x_MANUFACTURING_H
|
|
#define CP210x_MANUFACTURING_H
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Includes
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include "Types.h"
|
|
|
|
#include "CP210xManufacturingDLL.h"
|
|
|
|
#endif // CP210x_MANUFACTURING_H
|