Skip to content

Commit

Permalink
Fix repo structure, add .git files, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Klopfenstein committed Apr 18, 2013
1 parent 424f9f4 commit 4f1bdf5
Show file tree
Hide file tree
Showing 12 changed files with 229 additions and 5 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
171 changes: 171 additions & 0 deletions .gitignore
@@ -0,0 +1,171 @@
#################
## Eclipse
#################

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#############
## Eagle
#############

# Ignore the board and schematic backup files
*.b#?
*.s#?


#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results
[Dd]ebug/
[Rr]elease/
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
.builds
*.dotCover

## TODO: If you have NuGet Package Restore enabled, uncomment this
#packages/

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf

# Visual Studio profiler
*.psess
*.vsp

# ReSharper is a .NET coding add-in
_ReSharper*

# Installshield output folder
[Ee]xpress

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish

# Others
[Bb]in
[Oo]bj
sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML


############
## Windows
############

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini


#############
## Python
#############

*.py[co]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

# Mac crap
.DS_Store
File renamed without changes.
14 changes: 14 additions & 0 deletions Hardware/README.md
@@ -0,0 +1,14 @@
# What Are these Files?

The .sch and .brd files hare are Eagle CAD schematic and PCB design files.

These files were created with Eagle 6.1.0, you'll need Eagle 6.0 or later to open them up. There is a free, lite, version of Eagle available from [cadsoftusa.com](cadsoftusa.com).


# License

This product is open source! These Eagle files are released under the Creative Commons Share-Alike Attribution license ([CC BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/us/)).

Please use, reuse, and modify these files as you see fit. Please maintain attribution and release anything derivative under the same license.

- Your friends at SparkFun.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions README.md
@@ -0,0 +1,22 @@
SatUpLink Shield
================
[![SatUpLink Shield](https://dlnmh9ip6v2uc.cloudfront.net/images/products/1/1/0/8/8/11088-01.jpg)
*SatUpLink Shield(DEV-11088)*](https://www.sparkfun.com/products/11088)

Run SPOT Run is a breakout board for the SPOT Connect version of the SPOT Geolocator. It is now retired on the SparkFun store front.

You will need your own registered SPOT ($150 for the hardware, $100 for the subscription), but after that, you should be able to broadcast small text messages (up to 40 characters) from most land masses on the globe.

Please see this [tutorial](http://www.sparkfun.com/tutorials/340) for more information.

The hardware files were designed in Eagle v , and the firmware was developed in Arduino v1.0.

Repository Contents
-------------------
* **/Firmware** - Example Arduino sketch for running the shield
* **/Hardware** - All Eagle design files (.brd, .sch)

License Information
-------------------
The hardware is released under [Creative Commons Share-alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/).
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)).
5 changes: 0 additions & 5 deletions README.txt

This file was deleted.

Binary file removed SatUplink/SatUplink-v10.brd
Binary file not shown.
Binary file removed SatUplink/SatUplink-v10.sch
Binary file not shown.
Binary file removed SatUplink/SatUplink-v11.brd
Binary file not shown.
Binary file removed SatUplink/SatUplink-v11.sch
Binary file not shown.

0 comments on commit 4f1bdf5

Please sign in to comment.