Update readme.md

This commit is contained in:
allspice-hermes 2024-07-25 15:21:21 +00:00
parent bd0caa0456
commit ac56ee1601

View File

@ -3,12 +3,16 @@
</div>
### KiCAD DEMO
### Introduction
This is an AllSpice demo showcasing an Arduino UNO clone. With this repo you can explore all the functionalities and compatibility of AllSpice with the ECAD tool KiCad.
This is the AllSpice Actions Demo home, where you can test and learn how to use Actions in your current hardware workflows and start applying CI/CD best practices. An action is nothing more than an automation that allows you to save time, improve your development speed and productivity. They have a wide range of use cases. You can use pre-made actions, called add-ons or you can create your very own with the use of custom scripts.
The Arduino UNO is a microcontroller board featuring the ATmega328P chip. It includes 14 digital I/O pins (6 of which support PWM) and 6 analog inputs. It can be powered via USB, an AC-to-DC adapter, or a battery. The board is user-friendly and resilient, with the microcontroller chip easily replaceable if damaged.
### Why Actions?
### How they work?
### Top 3 Actions Add-ons
### Add-on library
You will see this board is not complex at all, but at the same has a few details and components, making it a great option to learn how you can leverage AllSpice in your KiCAD projects.
Named "Uno" to signify the release of Arduino Software (IDE) 1.0, this board has served as the reference model for the Arduino platform. Newer versions have since been developed, but the Uno remains a key reference in the Arduino lineup.