zerog2k / stc_diyclock

STC DIY Clock redux (STC15F204EA, STC15W404AS, STC15W408AS)
MIT License
171 stars 66 forks source link

Schematics #12

Closed tux75at closed 7 years ago

tux75at commented 7 years ago

I added the schematic for the original version as KICAD project and also as PDF. The schematic for the new revision with the STC15W408AS is updated (KICAD and PDF).

tux75at commented 7 years ago

Added with the last commit the initial changes for the new revision, LED is toggled on and of with a long press of SW3, a short press of SW3 was starting voice output of the actual time (not working right now). The changes are not tested, but there are no compile error. Compiling of the original version is unchanged, if you want to compile for the new revision, then you have to type "make SDCCREV=-Dstc15w408as". The variable is initialized as stc15f204ea in the Makefile and can be overwritten. The result of the originial compile result has no diff to the version which is generated with the new Makefile.