diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 01:16:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:38 +0700 |
commit | 0fd19036a1e15cae06faa987eb603002675b3ed8 (patch) | |
tree | f6b82a675132ba307acffc5c55de2a0f2f46955b /development/s51dude | |
parent | dc92560be5726152941c7f2c50ba32a651012052 (diff) | |
download | slackbuilds-0fd19036a1e15cae06faa987eb603002675b3ed8.tar.gz |
development/s51dude: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/s51dude')
-rw-r--r-- | development/s51dude/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/development/s51dude/README b/development/s51dude/README index 602c382318..693757b556 100644 --- a/development/s51dude/README +++ b/development/s51dude/README @@ -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. |