From 03d7732dc8f8da426726e137608c56bcc0aba23a Mon Sep 17 00:00:00 2001 From: PTS93 Date: Sun, 12 May 2019 15:26:03 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0a68f7..db238a4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ While targeted at Arduino, it supports standard C++11. There is no dependency on So feel free to use this in f.e. openFrameworks or your stand-alone C++ Raspberry Pi app. +It's primarily meant for rapid prototyping. If you don't utilize most of its features there is a hit on memory usage on very RAM restricted environments, especially the old 8bit Arduinos. I mostly use the newer ARM dev boards now a days like the Adafruit Feather M0 or Adafruit Metro M0 where you have a lot more RAM available. So I've written this library with those more performant platforms in mind. Examples