Skip to content

Commit

Permalink
package.json and README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Nov 21, 2019
1 parent fb78f82 commit 9495f9c
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 3 deletions.
92 changes: 90 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,90 @@
# Collection-stdio
Icestudio collection for standard Input-Output in different devices
# Stdio Collection

[![Icestudio](https://img.shields.io/badge/collection-icestudio-blue.svg)](https://github.com/FPGAwars/icestudio)
![Version](https://img.shields.io/badge/version-v0.1.0-orange.svg)

Blocks for Standad Input-Output in different devices.

## Install

* Download the collection: [stable](https://github.com/FPGAwars/Collection-stdio/archive/v0.1.0.zip) or [development](https://github.com/FPGAwars/Collection-stdio/archive/master.zip)
* Install the collection: *Tools > Collections > Add*
* Load the collection: *Select > Collection*

## Blocks
* *Debug*
* PrintLn-OK
* PrintLn-base-4
* PrintLn-bit
* *Memory*
* *02-bits*
* Print-ram-2x1-bit
* *Device*
* Serial-rx
* Serial-tx
* *Others*
* *Getc*
* Getc-bit-TC
* Getc-char-TC
* *Input_*
* input-bit
* *Print*
* Print-TC
* *PrintLn*
* PrintLn-OK
* PrintLn-base-4
* PrintLn-bit
* *Putc*
* putc-base4-TC
* putc-bit-TC
* putc-bit
* putc-char-TC
* putc-char
* *Regs*
* 08-bits-shift-right-load-rst

## Examples
* *Getc*
* getc-bit-TC-01
* getc-bit-TC-02
* getc-bit-TC-03
* getc-char-TC-01
* getc-char-TC-02
* getc-char-TC-03
* *Input_*
* Input-bit-01
* Input-bit-02
* Input-bit-03
* *Print*
* Print-TC-01-two-buttons
* Print-TC-02-two-buttons-ASCII-art
* Print-TC-03-menu
* *Putc*
* *Putc-bit*
* putc-bit-01
* putc-bit-02-button
* putc-bit-03-button-changed
* *Putc-bit-TC*
* putc-bit-TC-01
* putc-bit-TC-02
* putc-bit-TC-03
* putc-bit-TC-04
* *Putc-char*
* putc-char-01
* putc-char-02
* putc-char-03
* putc-char-04
* *Putc-char-TC*
* putc-char-TC-01
* putc-char-TC-02
* putc-char-TC-03
* putc-char-TC-04


## Authors
* [Juan González-Gómez (Obijuan)](https://github.com/Obijuan)


## License

Licensed under [GPL-2.0](https://opensource.org/licenses/GPL-2.0).
Loading

0 comments on commit 9495f9c

Please sign in to comment.