Skip to content

Commit 4e4b1df

Browse files
authored
Update README.md
-Add links to both versions of Pro Micro -Add link to hookup guide -Add links to Board Addon -Add link to graphical datasheets githip repo
1 parent 19a3093 commit 4e4b1df

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

README.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
Pro Micro
1+
SparkFun Pro Micro
22
=========
33

4-
![Pro Micro 5V](https://cdn.sparkfun.com//assets/parts/9/3/2/6/12640-01a.jpg)
5-
6-
[*Pro Micro 5V (DEV-12640)*](https://www.sparkfun.com/products/12640)
7-
4+
<table class="table table-hover table-striped table-bordered">
5+
<tr>
6+
<td><a href="https://www.sparkfun.com/products/12587"><div align="center"><img src="https://cdn.sparkfun.com//assets/parts/9/2/4/9/12587-01b.jpg" title="Pro Micro - 3.3V/8MHz"></div></a></td>
7+
<td><a href="https://www.sparkfun.com/products/12640"><img src="https://cdn.sparkfun.com//assets/parts/9/3/2/6/12640-01a.jpg"" title="Pro Micro - 5V/16MHz"></div></a></center></td>
8+
</tr>
9+
<tr>
10+
<td><div align="center">Pro Micro - 3.3V/8MHz [<a href="https://www.sparkfun.com/products/12587">DEV-12587</a>]</div></td>
11+
<td><div align="center">Pro Micro - 5V/16MHz [<a href="https://www.sparkfun.com/products/12640">DEV-12640</a>]</div></td>
12+
</tr>
13+
</table>
814

915
The Pro Micro is a micro controller with an ATMega32U4 IC on board.
1016
The USB transceiver is inside the 32U4, adding USB connectivity on-board without external USB interfaces.
@@ -17,6 +23,11 @@ Repository Contents
1723
* **/Hardware** - All Eagle design files (.brd, .sch, .STL)
1824
* **/Production** - Test bed files and production panel files
1925

26+
Documentation
27+
--------------
28+
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/pro-micro--fio-v3-hookup-guide)** - Basic hookup guide for the Pro Micro.
29+
* **[SparkFun Arduino Board Addon](https://github.com/sparkfun/Arduino_Boards/)]** - Arduino board addon for Pro Micro.
30+
* **[SparkFun Graphical Datasheets](https://github.com/sparkfun/Graphical_Datasheets)** -Graphical datasheets for various SparkFun products.
2031

2132
Product Versions
2233
----------------
@@ -25,7 +36,14 @@ Product Versions
2536

2637
License Information
2738
-------------------
28-
The hardware is released under [Creative Commons ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/).
29-
The code is beerware; if you see me (or any other SparkFun employee) at the local, and you've found our code helpful, please buy us a round!
39+
This product is _**open source**_!
40+
41+
Please review the LICENSE.md file for license information.
42+
43+
If you have any questions or concerns on licensing, please contact techsupport@sparkfun.com.
3044

3145
Distributed as-is; no warranty is given.
46+
47+
- Your friends at SparkFun.
48+
49+
_<COLLABORATION CREDIT>_

0 commit comments

Comments
 (0)