You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'Automation-OrderTakingTerminal' project consists of two designs: "Automation" and "Order Taking Terminal" device design. The Automation is developed using the C# programming language. The Order Taking Terminal is coded with Arduino C/C++.
Contains an Arduino CANBus communication examples. There are two applications available in the repository: a sender and a receiver. For CAN-Bus communication, MCP2515 and MCP2551 integrated circuits are used alongside Arduino.
This repository contains the "GroceryTracker" program from the SNHU Programming Languages course under Dr. Marcello. The program analyzes item purchase frequencies at Corner Grocer to optimize store layout. The project focuses on modularity, data management, and user experience, with potential for enhancements in input handling and UI design.
If you're new to programming, this tutorial will show you how to program from scratch using c++ programming language using a simple example with comprehensive explanations.
On the BeagleBone, applications have been created using PRUs with shared memory. With the applications in this repo, you will learn how to use BeagleBone PRUs and how to utilize shared memory.
This repository contains Standard Template Library (STL) compliant applications written in C++ Programming Language. The applications are related to topics such as object-oriented programming, TCP communication, serial port communication, file operations, and threading.
Contains includes UDP communication applications in the repository. UDP communication applications have been coded using the C# and C++ programming languages. In UDP communication, C programming language libraries have been used.
The repo contains applications coded in C++ Programming Language. The applications are related to topics such as databases, serial port communication, UDP communication, JSON, and threading.
The repo contains Qt Widget applications coded in C++. The applications are related to topics such as databases, serial port communication, UDP communication, JSON, and threading.