Simple Arduino Calculator

preview_player
Показать описание
This is a simple Arduino calculator with basic arithmetic operators and support for numbers with decimals. However, this calculator does have other limitations, to simplify the code, this calculator evaluates the result from left to right, without regard for the order of operations. It also has no support for negative numbers. However, feel free to implement this yourself as a coding challenge.

You can find the tutorial to build it here:
Рекомендации по теме