Add Datasheets, Schematic, Colored build output
- Add datasheets of joystick ic' - Add general schematic of control pcb - Cmake: Add colored output when compiling (errors, warnings...)
This commit is contained in:
parent
ccef663c33
commit
de4c75a9b2
@ -7,3 +7,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
set(EXTRA_COMPONENT_DIRS "../components ../common")
|
set(EXTRA_COMPONENT_DIRS "../components ../common")
|
||||||
project(armchair-singleBoard)
|
project(armchair-singleBoard)
|
||||||
|
|
||||||
|
# colored build output (errors, warnings...)
|
||||||
|
idf_build_set_property(COMPILE_OPTIONS "-fdiagnostics-color=always" APPEND)
|
BIN
doc/MLX90333-Datasheet_IC-Stick-small.PDF
Normal file
BIN
doc/MLX90333-Datasheet_IC-Stick-small.PDF
Normal file
Binary file not shown.
BIN
doc/MLX91204-Datasheet_IC-Stick-large.pdf
Normal file
BIN
doc/MLX91204-Datasheet_IC-Stick-large.pdf
Normal file
Binary file not shown.
BIN
doc/schematic_custom-pcb.pdf
Normal file
BIN
doc/schematic_custom-pcb.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user