Skip to content

Commit

Permalink
Merge pull request #3 from obra/patch-1
Browse files Browse the repository at this point in the history
Grammar updates to the README
  • Loading branch information
dilshan authored Nov 4, 2019
2 parents 5a35195 + 36ac8c5 commit 20ff4d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@

This project is about a high current USB 2.0 hub that is specifically designed to drive USB powered development boards and experimental peripherals.

The core element of this USB hub is the *FE1.1s* USB 2.0 hub controller. *FE1.1s* is a low cost, 4-port, high-speed USB hub controller, and this chip can easily order by *eBay* or *AliExpress*.
The core element of this USB hub is the *FE1.1s* USB 2.0 hub controller. The *FE1.1s* is a low cost, 4-port, high-speed USB hub controller you should be able to find on *eBay* or AliExpress.

Apart from *FE1.1s* features, this USB hub has the following additional features:
This USB hub adds the following additional features to those offered by the *FE1.1s*:

- Switches to on/off and reset individual USB ports.
- Capability to provide a maximum of 3A of current from each USB port.
- Power using 9V to 15V DC voltage source.

This USB hub uses *PIC16F630* MCU and four units of *LM2596-5.0* switching regulators to achieve the above-listed features.
This USB hub uses a *PIC16F630* MCU and four *LM2596-5.0* switching regulators.

[All the details related to this project are available at project documentation.](https://github.com/dilshan/usb2-power-hub/wiki)
[You can find everything about how to build and use this project on our wiki.](https://github.com/dilshan/usb2-power-hub/wiki)


Licenses
--------

This is a [certified open hardware project](https://certification.oshwa.org/lk000005.html) and all it's design files, firmware source codes, documentation, and other resource files are available at this project source repository. All the content of this project are distributed under the terms of the following license:
This is a [certified open hardware project](https://certification.oshwa.org/lk000005.html) and all its design files, firmware source code, documentation, and other resource files are available at this project source repository. The content of this project is distributed under the terms of the following licenses:

- Hardware License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- Software License: [MIT](https://github.com/dilshan/usb-morse-keyer/blob/master/LICENSE)
Expand Down

0 comments on commit 20ff4d2

Please sign in to comment.