From a886d7f15357b92a5dae7e55751aab72ec5eed38 Mon Sep 17 00:00:00 2001 From: Alexander Richter Date: Wed, 29 Mar 2023 12:35:14 +0200 Subject: [PATCH] try to fix again --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 335bbeb..ea42fe6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LinuxCNC_ArduinoConnector -![Chip loves Arduino.](/ArduinoChip.png) +![Chip loves Arduino.](/ArduinoChip.svg) By Alexander Richter, info@theartoftinkering.com 2022 please consider supporting me on Patreon: https://www.patreon.com/theartoftinkering @@ -9,7 +9,8 @@ This Projekt enables you to connect an Arduino to LinuxCNC and provides as many This Software is used as IO Expansion for LinuxCNC. I am using a Mega 2560. -**It is NOT intended for timing and security relevant IO's. Don't use it for Emergency Stops or Endstop switches!** +## It is NOT intended for timing and security relevant IO's. Don't use it for Emergency Stops or Endstop switches! ## + You can create as many digital & analog Inputs, Outputs and PWM Outputs as your Arduino can handle. You can also generate "virtual Pins" by using latching Potentiometers, which are connected to one analog Pin, but are read in Hal as individual Pins.