Проект
ASSIGNMENT – THE CALCULATOR
Здравейте,
Бих искал да разбера дали бихте направили една курсова работа за Arduino.
Мога да предоставя цялото заданието.
REQUIRED EQUIPMENT
1. Arduino Uno + USB cable
2. Open Smart Rich Shield
3. Laptop PC + Arduino IDE + Rich Shield library
INTRODUCTION
In this assignment you’ll combine your knowledge of a button, LEDs,
potentiometer, display and program- ming. You will make a simple
calculator with these components using the Arduino and the Rich Shield.
The calculator can do simple calculations, like:
9 + 5 = 14
The operators ‘+’, ‘-’, ‘*’, ‘’ are supported by the calculator. This
version supports integer values as input and floating-point values as
output. Your goal is to create the calculator according to the
description below. The criteria below will determine your score and
feedback.