GithubHelp home page GithubHelp logo

cpp4arduino's People

Contributors

bblanchon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cpp4arduino's Issues

Trying to use HeapFragmention lib, but getting compiler err : 'ummHeapInfo' was not declared

Hi,
i want to try your HeapFragmentation library for my esp8266 wemos d1 mini project.

But I can't compile your HeapFragmentation lib. ummHeapInfo is not declared. Could you help me?

Compiling .pio\build\esp12e\lib128\HeapFragmentation\MemoryInfo.Esp8266.cpp.o
lib\HeapFragmentation\MemoryInfo.Esp8266.cpp: In function 'size_t getTotalAvailableMemory()':
lib\HeapFragmentation\MemoryInfo.Esp8266.cpp:14:10: error: 'ummHeapInfo' was not declared in this scope
   14 |   return ummHeapInfo.freeBlocks * block_size;
      |          ^~~~~~~~~~~
lib\HeapFragmentation\MemoryInfo.Esp8266.cpp: In function 'size_t getLargestAvailableBlock()':
lib\HeapFragmentation\MemoryInfo.Esp8266.cpp:19:10: error: 'ummHeapInfo' was not declared in this scope
   19 |   return ummHeapInfo.maxFreeContiguousBlocks * block_size;
      |          ^~~~~~~~~~~
*** [.pio\build\esp12e\lib128\HeapFragmentation\MemoryInfo.Esp8266.cpp.o] Error 1

Improving Arduino

Hi,
Wasn't sure how else to contact you about Arduino and C++ so using this venue.

First, you might be interested in some articles I did for Hackaday on C++ and embedded systems. They used the Aruduino Uno and Due but also the Pi. There's a list here.

I keep wondering how to improve the Arduino software ecosystem and the best I can come up with is a massive open source project reworking the original code base. I shudder at how much effort it would take. I did a project recently using I2C sensors. Some libraries were great. Others were bad. The latter was not terribly surprising because the class had member functions written as xyz(void).

Anyway, wanted to reach out to you since we've got similar thoughts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.