Compare commits

...

12 Commits

6 changed files with 4241 additions and 94365 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -111,9 +111,9 @@
"other_text_thickness": 0.15, "other_text_thickness": 0.15,
"other_text_upright": false, "other_text_upright": false,
"pads": { "pads": {
"drill": 0.762, "drill": 0.6,
"height": 1.524, "height": 2.1,
"width": 1.524 "width": 1.0
}, },
"silk_line_width": 0.15, "silk_line_width": 0.15,
"silk_text_italic": false, "silk_text_italic": false,

File diff suppressed because it is too large Load Diff

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# HyperLink
A PCB for gathering data sent out by CommonSense boards over bluetooth and retransmitting it over wifi
## Downloading libraries
After cloning, the libraries have to be downloaded using
```bash
$ git submodule update --init
```

File diff suppressed because it is too large Load Diff