Rebrand the whole thing :)

This commit is contained in:
Aaron Mueller 2014-10-15 21:39:06 +02:00
parent 620a174785
commit b79fe666d9
14 changed files with 23 additions and 23 deletions

View file

@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = "CTHN.de - LEDCube" PROJECT_NAME = "økoyono - mini LED CUBE"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -47,13 +47,13 @@ be build completely separate.
[2]:http://mosfetkiller.de/?s=miniledcube [2]:http://mosfetkiller.de/?s=miniledcube
[3]:http://www.obdev.at/products/vusb/index.html [3]:http://www.obdev.at/products/vusb/index.html
[4]:https://www.google.de/search?q=extreme+feedback+device [4]:https://www.google.de/search?q=extreme+feedback+device
[5]:https://github.com/CTHN/Mini-LED-Cube/tree/master/client [5]:https://github.com/okoyono/mini-led-cube/tree/master/client
[6]:https://github.com/CTHN/Mini-LED-Cube/blob/master/client/demo.c [6]:https://github.com/okoyono/mini-led-cube/blob/master/client/demo.c
[7]:https://github.com/CTHN/Mini-LED-Cube/tree/master/editor [7]:https://github.com/okoyono/mini-led-cube/tree/master/editor
[8]:https://github.com/CTHN/Mini-LED-Cube/blob/master/tools/frame2cube.pl [8]:https://github.com/okoyono/mini-led-cube/blob/master/tools/frame2cube.pl
[9]:https://github.com/CTHN/Mini-LED-Cube/blob/master/client/clcc.c [9]:https://github.com/okoyono/mini-led-cube/blob/master/client/clcc.c
[10]:https://github.com/CTHN/Mini-LED-Cube/blob/master/client/clcc.c#L34-L44 [10]:https://github.com/okoyono/mini-led-cube/blob/master/client/clcc.c#L34-L44
[11]:https://github.com/CTHN/Mini-LED-Cube/blob/master/doc/aufbauanleitung.txt [11]:https://github.com/okoyono/mini-led-cube/blob/master/doc/aufbauanleitung.txt
[12]:https://github.com/CTHN/Mini-LED-Cube/blob/master/doc/threedvis/threedvis.stl [12]:https://github.com/okoyono/mini-led-cube/blob/master/doc/threedvis/threedvis.stl
[13]:http://www.openscad.org/ [13]:http://www.openscad.org/
[14]:https://github.com/CTHN/Mini-LED-Cube/blob/master/doc/threedvis/threedvis.scad [14]:https://github.com/okoyono/mini-led-cube/blob/master/doc/threedvis/threedvis.scad

View file

@ -1,5 +1,5 @@
/* /*
* CTHN.de MiniLEDCube * økoyono MiniLEDCube
* *
* By Kai Lauterbach (klaute at web dot de) 12/2011 * By Kai Lauterbach (klaute at web dot de) 12/2011
* *

View file

@ -1,5 +1,5 @@
/* /*
* CTHN.de MiniLEDCube * økoyono MiniLEDCube
* *
* By Kai Lauterbach (klaute at web dot de) 11/2011 * By Kai Lauterbach (klaute at web dot de) 11/2011
* *

View file

@ -1,5 +1,5 @@
/* /*
* CTHN.de MiniLEDCube * økoyono MiniLEDCube
* *
* By Kai Lauterbach (klaute at web dot de) 12/2011 * By Kai Lauterbach (klaute at web dot de) 12/2011
* *

View file

@ -1,5 +1,5 @@
/* /*
* CTHN.de MiniLEDCube * økoyono MiniLEDCube
* *
* By Kai Lauterbach (klaute at web dot de) 11/2011 * By Kai Lauterbach (klaute at web dot de) 11/2011
* *

View file

@ -1,5 +1,5 @@
/* /*
* CTHN.de MiniLEDCube * økoyono MiniLEDCube
* *
* By Kai Lauterbach (klaute at web dot de) 11/2011 * By Kai Lauterbach (klaute at web dot de) 11/2011
* *

View file

@ -11,8 +11,8 @@ Device Descriptor:
idVendor 0x16c0 VOTI idVendor 0x16c0 VOTI
idProduct 0x05df idProduct 0x05df
bcdDevice 1.00 bcdDevice 1.00
iManufacturer 1 CTHN.de iManufacturer 1 okoyono
iProduct 2 LEDCube iProduct 2 mini LED CUBE
iSerial 0 iSerial 0
bNumConfigurations 1 bNumConfigurations 1
Configuration Descriptor: Configuration Descriptor:

View file

@ -1,4 +1,4 @@
/* CTHN.de MiniLEDCube /* økoyono MiniLEDCube
* *
* By Kai Lauterbach (klaute at web dot de) 11/2011 * By Kai Lauterbach (klaute at web dot de) 11/2011
* *

View file

@ -1,5 +1,5 @@
/* /*
* CTHN.de MiniLEDCube * økoyono MiniLEDCube
* *
* By Kai Lauterbach (klaute at web dot de) 11/2011 * By Kai Lauterbach (klaute at web dot de) 11/2011
* *

View file

@ -1,5 +1,5 @@
/* /*
* CTHN.de MiniLEDCube * økoyono MiniLEDCube
* *
* By Kai Lauterbach (klaute at web dot de) 11/2011 * By Kai Lauterbach (klaute at web dot de) 11/2011
* *

View file

@ -1,5 +1,5 @@
/* /*
* CTHN.de MiniLEDCube * økoyono MiniLEDCube
* *
* requests.h by Kai Lauterbach * requests.h by Kai Lauterbach
* *

View file

@ -1,5 +1,5 @@
/* /*
* CTHN.de MiniLEDCube * økoyono MiniLEDCube
* *
* usb.h by Kai Lauterbach 11/2011 * usb.h by Kai Lauterbach 11/2011
* *

View file

@ -1,5 +1,5 @@
/* /*
* CTHN.de MiniLEDCube * økoyono MiniLEDCube
* *
* usb.c by Kai Lauterbach 11/2011 * usb.c by Kai Lauterbach 11/2011
* *