The Wayback Machine - https://web.archive.org/web/20201006012238/https://github.com/topics/microcontrollers
Skip to content
#

microcontrollers

Here are 190 public repositories matching this topic...

A comprehensive and FREE Online Python Development course FOR KIDS utilizing an official BBC micro:bit Development Board and later an Expressif ESP32 Development Board going step-by-step into the world of Python for microcontrollers.
  • Updated Oct 5, 2020
  • Python
TheZoq2
TheZoq2 commented Dec 24, 2019

There is always room for better documentation. This issue is a list of areas where the docs could use improvements. If you come across issues, please add them as a comment :)

Module level

  • Finding which bus to pass to functions taking <$device as RccBus>::Bus could be made easier
  • rtc references examples without linking to them
  • adc is missing top level documentation
nazariiixa
nazariiixa commented Aug 3, 2019

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,

Improve this page

Add a description, image, and links to the microcontrollers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the microcontrollers topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.