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

Testing #1

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
556eb41
reset branch sweettime
jerome-labidurie Jun 27, 2016
318304b
Init hw scheme
jerome-labidurie Jun 27, 2016
a5e5883
1s SweetTime v2 version
jerome-labidurie Jun 27, 2016
05a6112
Add drawings
jerome-labidurie Jun 27, 2016
5cce884
Update doc
jerome-labidurie Jun 27, 2016
17403e0
add 1st firmware
jerome-labidurie Jun 27, 2016
c5c9376
1st re-reading
jerome-labidurie Jun 28, 2016
1d2e0ed
1st review : placement/routage
jerome-labidurie Jun 28, 2016
6dff367
Move button input to 3.3V
jerome-labidurie Jun 28, 2016
9d73b68
Update fw to new scheme
jerome-labidurie Jun 28, 2016
196c1d3
Add connector for led extensions
jerome-labidurie Jun 28, 2016
c45d1a2
Fabrication files
jerome-labidurie Jun 29, 2016
0855aa7
rename bom
jerome-labidurie Jun 29, 2016
05e2e8e
Add demo sketch
jerome-labidurie Jun 29, 2016
6f76e35
Merge branch 'sweettime' of github.com:FablabLannion/Trender into swe…
jerome-labidurie Jun 29, 2016
2a1d240
change pinheader face for better 3D display
jerome-labidurie Jun 29, 2016
266b008
config page for Trender
jerome-labidurie Sep 5, 2016
4fc5524
First functional version of Trender
jerome-labidurie Sep 6, 2016
68e3697
Add input "validation"
jerome-labidurie Sep 7, 2016
ce853b3
Add input "validation"
jerome-labidurie Sep 7, 2016
0367499
1st eeprom store for config
jerome-labidurie Sep 7, 2016
3e9b4a6
Correct color write to eeprom
jerome-labidurie Sep 7, 2016
01b97c6
Correct duration write to eeprom
jerome-labidurie Sep 7, 2016
c724595
Add color fading
jerome-labidurie Sep 7, 2016
acd688d
Blink when ready
jerome-labidurie Sep 7, 2016
26e7b4a
add tilt sensor management
jerome-labidurie Sep 7, 2016
5f5338c
Testing use case
jjacques22 Oct 24, 2016
12e3a6d
add dedicated headers and comments
jjacques22 Oct 24, 2016
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
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

# Created by https://www.gitignore.io/api/kicad

### KiCad ###
# For PCBs designed using KiCad: http://www.kicad-pcb.org/

# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*~
_autosave-*
*.tmp

# Netlist files (exported from Eeschema)
*.net

# Autorouter files (exported from Pcbnew)
.dsn

# Exported BOM files
*.xml
Loading