User Tools

Site Tools


the_software_build_and_test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
the_software_build_and_test [2017/02/28 18:00] – external edit 127.0.0.1the_software_build_and_test [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 25: Line 25:
 \\  \\ 
 This is the final version of code that was used. It has the support for the flashing dots time separator. If cutting and pasting isn't working well for you, download the python file {{ :7segmentledclock_v1.0.zip |Here}}. This is the final version of code that was used. It has the support for the flashing dots time separator. If cutting and pasting isn't working well for you, download the python file {{ :7segmentledclock_v1.0.zip |Here}}.
-<file>+<sxh [py][; options for SyntaxHighlighter]>
 #! /usr/bin/python #! /usr/bin/python
 # Python Script to run a 7 Segment Common Anode LED as a clock.  # Python Script to run a 7 Segment Common Anode LED as a clock. 
Line 103: Line 103:
 finally: finally:
   GPIO.cleanup()   GPIO.cleanup()
-</file>+</sxh>
 \\  \\ 
 \\  \\ 
Line 110: Line 110:
 \\  \\ 
 ==== Here is the original code, unedited ==== ==== Here is the original code, unedited ====
-<file>+<sxh [py][; options for SyntaxHighlighter]>
 # code modified, tweaked and tailored from code by bertwert  # code modified, tweaked and tailored from code by bertwert 
 # on RPi forum thread topic 91796 # on RPi forum thread topic 91796
Line 161: Line 161:
 finally: finally:
     GPIO.cleanup()     GPIO.cleanup()
- +</sxh>
-</file>+
the_software_build_and_test.1488304810.txt.gz · Last modified: 2023/03/09 22:35 (external edit)