Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robotjaol/espressif_shms_v2

espressif framework -> Structural Health is a Laboratory PLC SCSL project focused on achieving predictive maintenance for ITS infrastructure, specifically for the Automation Electronic Engineering Department.
https://github.com/robotjaol/espressif_shms_v2

espressif stm32

Last synced: 3 days ago
JSON representation

espressif framework -> Structural Health is a Laboratory PLC SCSL project focused on achieving predictive maintenance for ITS infrastructure, specifically for the Automation Electronic Engineering Department.

Awesome Lists containing this project

README

        

## 私は退屈です SAMPEK NgeCrash Njir

### How to run

idf.py build
idf.py flash
idf.py monitor

1. library acsess https://components.espressif.com/
2. command idf.py add-dependency "espressif/icm42670==1.0.0"

### Cmake
*outer* cmake default

cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(blink)

*main* cmake default

idf_component_register(SRCS "blink_example_main.c"
INCLUDE_DIRS ".")