-
Notifications
You must be signed in to change notification settings - Fork 35
Home
sidey79 edited this page Dec 18, 2020
·
9 revisions
SIGNALDuino - Parent Directory
LICENCE
README.md
platformio.ini
tests\ - This contains cmake projekt to run googletest unittests
src\ - Here are all sourcefiles placed to compile the project
cc1101.cpp
cc1101.h
commands.h
compile_config.h - here serval board specific settings are placed
functions.h - common used functions are placed here and used in this project
main.cpp - standard cpp file for compatibility with platformio
main.h - standard header file for compatibility with platformio
send.h - all send specific functions needed
signalSTM.h - code which is specific for STM32 uC
signalduino.h - code which is specific for ardunino Uc
singalesp.h - code which is specific for ESP uC
wifi-config.h - some wifimanager specific settings and functions
src_micro-api\libraries - This contains all libs needed for the project
libA @ ef12c74 - Submodule which comes from another git repository
libC - local placed library
src\arduino-ide\SIGNALDuino - All files from the project linked into this directory to compile the project via arduino-ide or arduino-cli.
SIGNALDuino.ino - Main Project file for [arduno-ide](https://www.arduino.cc/en/main/OldSoftwareReleases) or [arduino-cli](https://arduino.github.io/arduino-cli/latest/)