Kerems and Edwins Develeppoment platform.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
atomega c6d22153a9
finally able to combine c and cpp the trick is in the header #ifdef __cplusplus extern "C" {#endif #ifdef __cplusplus}#endif
4 years ago
bsl finally able to combine c and cpp the trick is in the header #ifdef __cplusplus extern "C" {#endif #ifdef __cplusplus}#endif 4 years ago
drivers/MCP4725 cleanup, may not compile 4 years ago
interfaces added comment 4 years ago
utils added BitField to utils 4 years ago
.gitignore ignore .vscode (visual code stuff) 4 years ago
LICENSE Initial commit 4 years ago
Makefile added dac driver example 4 years ago
README.md First Intreface implementation with CRTP idome 4 years ago
main.cpp added dac driver example 4 years ago
main.hpp added dac driver example 4 years ago
runtest added dac driver example 4 years ago

README.md

KED

Kerems and Edwins Develeppoment platform.

08.08.21 Kerem & Edwin - Preparing the main implementation (dummy) of our structure which consists of : - CSL : Chip Support Layer - CSL for Raspberry - CSL for STM Nucleo - BSL : Board Support Layer - BSL for Raspberry - BSL for Oven Control - Project Level - Integrate BSL dummy fct. to our main.cpp