-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dacc08e
commit 54bd299
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
# PixelClock | ||
This is a project to recreate the clock of the Freebox Revolution designed by Starck | ||
This is a project to recreate the clock of the [Freebox Revolution](https://www.free.fr/freebox/freebox-revolution/) | ||
|
||
## Presentation | ||
It's basically the same code as the web branch except the addition of the [`manifest.json`](manifest.json) allowing chrome to load the extension. | ||
|
||
## Branches | ||
### arduino | ||
Containing the arduino code for the real clock | ||
### web | ||
This is the web branch containing the virtual version accessible [here](https://6moon9.github.io/StarckClock/). | ||
### [main](https://github.com/6moon9/PixelClock/) | ||
Contains the presentation of the project. | ||
|
||
### [arduino](https://github.com/6moon9/PixelClock/tree/arduino/) | ||
Contains the source code for the arduino project. | ||
|
||
### [chrome-extension (current)](https://github.com/6moon9/PixelClock/tree/chrome-extension/) | ||
Contains the source code for the chrome extension. | ||
|
||
### [web](https://github.com/6moon9/PixelClock/tree/web/) | ||
Contains the source code for the [webpage](https://6moon9.github.io/PixelClock/). This is the branch that is deployed by github pages. |