</> Vittorio Pivarci

Screenshot
Screenshot
Screenshot
thumbnail
thumbnail
thumbnail

Bitwise calculator

Open-SourceArduinoC/C++Electronics

A simple project designed in tinkercad that plays around with the concept of bit manipulation using bitwise operations (OR, AND, LSHIFT, RSHIFT...).

Author: Valkorz (Vittorio Pivarci)

Created on April 30th, 2024

Go to repository

GO TO REPOSITORY

1.0.0

INTRODUCTION

This project was developed as part of an assignment during IOT classes in Facens: 1st semester of Computer Engineering. The assignment requested for the student to develop any project using an Arduino and an IR remote using the tinkercad interface. The project at hand aims to recreate bitwise operations present in standard programming languages, such as Left-Shift, Right-Shift, OR, AND. Also allows saving and loading bit states in memory.