-
Updated
Jul 8, 2022 - C
microcontrollers
Here are 305 public repositories matching this topic...
-
Updated
Jul 5, 2022 - C
-
Updated
May 19, 2022 - C
-
Updated
Apr 10, 2019 - C
-
Updated
Jul 8, 2022 - C
-
Updated
Feb 20, 2022 - Python
-
Updated
Jul 8, 2022 - C++
-
Updated
Apr 7, 2022 - C++
-
Updated
Mar 22, 2022 - C++
Doc improvements
-
Updated
May 30, 2022 - C
-
Updated
Mar 29, 2022 - C
-
Updated
Apr 20, 2022 - C
-
Updated
Jan 14, 2022 - C++
-
Updated
Jan 3, 2022 - C
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
Jul 4, 2022 - C
-
Updated
Jul 19, 2021 - C++
-
Updated
Dec 29, 2021 - Modula-2
-
Updated
Oct 12, 2020 - Python
I have 10 bit input data like this
const double inputs[110][8] = {
{540,131,48,3,0,0,0,0},
{624,167,63,15,0,0,0,0},
{736,224,96,31,0,0,0,0},...
but after learning output is the same for exemple
0.8215888
0.8215888
0.8215888
...
after i divide for 1024 i have data like this
const double inputs[110][8] = {
{0.52734375,0.1279296875,0.046875,0.0029296875,0,0,0,0},
{0.609375,0.1630859375,
-
Updated
Jun 1, 2020 - Jupyter Notebook
-
Updated
Apr 13, 2022 - C++
Do a test coverage
-
Updated
Feb 21, 2017 - C++
-
Updated
Nov 25, 2020 - C
Improve this page
Add a description, image, and links to the microcontrollers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microcontrollers topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

All examples seems to put all code in the main() function, and demonstrate some static condition happening once. However, this does not reflect any real use cases, and I struggle really hard to implement anything actually useful using the HAL (unless of course I would put all logic into the main() function). There should be some examples which shows actual useful use-cases, and not just PoCs.