development/s51dude: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 01:16:34 -04:00 committed by Willy Sudiarto Raharjo
parent dc92560be5
commit 0fd19036a1
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -1,9 +1,10 @@
s51dude is an In-System programming tool specifically designed to be
used with the usbtinyisp board and the Atmel's 8051 family of micrcontrollers.
s51dude is an In-System programming tool specifically designed to
be used with the usbtinyisp board and the Atmel's 8051 family of
micrcontrollers.
This program is intended to cover the need of the 8051 developer who wants
to program the devices with computers without parallel or serial port. The
only alternative left is to use the USB port.
That is when you will need s51dude.
This program is intended to cover the need of the 8051 developer who
wants to program the devices with computers without parallel or serial
port. The only alternative left is to use the USB port. That is when
you will need s51dude.
It's written in C.