Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar updates to the README #3

Merged
merged 1 commit into from
Nov 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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