Skip to content
This repository was archived by the owner on May 27, 2020. It is now read-only.

Commit 77b6dfa

Browse files
author
Toni Klopfenstein
committed
Fixing readme links, production directory name, removing Fritzing diagrams to main Fritzing repo
1 parent 1ef6be9 commit 77b6dfa

File tree

10 files changed

+76
-337
lines changed

10 files changed

+76
-337
lines changed

LICENSE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
SparkFun License Information
2+
=============================
3+
4+
This product is open source!
5+
The hardware is released under [Creative Commons ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/).
6+
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!
7+
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.
8+
9+
10+
Distributed as-is; no warranty is given.
11+
12+
- Your friends at SparkFun.
13+

Production/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
SparkFun <PRODUCT NAME> Production Files
2+
=========================================
3+
4+
5+
These are the production files SparkFun uses for printing PCBs.
6+
7+
8+
License Information
9+
-------------------
10+
This product is open source!
11+
12+
The hardware is released under [Creative Commons ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/).
13+
14+
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.
15+
16+
Distributed as-is; no warranty is given.
17+
18+
- Your friends at SparkFun.

README.md

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,38 @@
1-
HTU21D Breakout
2-
===============
1+
SparkFun Humidity and Temperature Sensor Breakout - HTU21D
2+
===========================================================
33

44

5-
[![HTU21D Breakout Board](https://dlnmh9ip6v2uc.cloudfront.net/images/products/1/2/0/6/4/12064-04.jpg)
6-
*HTU21D Breakout Board (SEN-12064)*](https://www.sparkfun.com/products/12064)
5+
![SparkFun Humidity and Temperature Sensor Breakout - HTU21D](https://dlnmh9ip6v2uc.cloudfront.net/images/products/1/2/0/6/4/12064-04.jpg)
6+
7+
[*SparkFun Humidity and Temperature Sensor Breakout - HTU21D (SEN-12064)*](https://www.sparkfun.com/products/12064)
78

89
This is a breadboard friendly breakout board for the Measurement Specialties high-precision, low-power digital humidity sensor.
910

1011
Repository Contents
1112
-------------------
12-
* **/firmware** - Example code if you're not using the library
13-
* **/fritzing** - Fritzing component for documentation
14-
* **/hardware** - All Eagle design files (.brd, .sch)
15-
* **/library** - Arduino library with example sketch
16-
* **/production files** - A panel containing multiple copies of the layout, used in production.
13+
* **/Firmware** - Example code
14+
* **/Hardware** - Eagle design files (.brd, .sch)
15+
* **/Libraries** - Libraries for use with the <PRODUCT NAME>
16+
* **/Production** - Production panel files (.brd)
17+
18+
Documentation
19+
--------------
20+
* **[Library](https://github.com/sparkfun/SparkFun_HTU21D_Breakout_Arduino_Library)** - Arduino library for the HTU21D.
21+
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/htu21d-humidity-sensor-hookup-guide)** - Basic hookup guide for the HTU21D.
22+
* **[SparkFun Fritzing repo](https://github.com/sparkfun/Fritzing_Parts)** - Fritzing diagrams for SparkFun products.
23+
* **[SparkFun 3D Model repo](https://github.com/sparkfun/3D_Models)** - 3D models of SparkFun products.
24+
1725

1826
License Information
1927
-------------------
20-
The hardware is released under [Creative Commons Share-alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/).
21-
All other code is open source so please feel free to do anything you want with it; you buy me a beer if you use this and we meet someday ([Beerware license](http://en.wikipedia.org/wiki/Beerware)).
28+
This product is _**open source**_!
29+
30+
The **hardware** is released under [Creative Commons ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/).
31+
32+
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!
33+
34+
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.
35+
36+
Distributed as-is; no warranty is given.
37+
38+
- Your friends at SparkFun.
-12.9 KB
Binary file not shown.

fritzing/Hookup.fzz

-16.3 KB
Binary file not shown.

hardware/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
SparkFun <PRODUCT NAME> Design Files
2+
=====================================
3+
4+
The .sch and .brd files hare are Eagle CAD schematic and PCB design files from SparkFun Electronics.
5+
A freeware version of Eagle can be found [here](http://www.cadsoftusa.com/download-eagle/freeware/).
6+
7+
8+
License
9+
---------
10+
This product is open source!
11+
The hardware is released under [Creative Commons ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/).
12+
13+
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.
14+
15+
Distributed as-is; no warranty is given.
16+
17+
- Your friends at SparkFun.

library/HTU21D_Humidity/HTU21D.cpp

Lines changed: 0 additions & 224 deletions
This file was deleted.

library/HTU21D_Humidity/HTU21D.h

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)