projects:electronics:7segdisplay

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:electronics:7segdisplay [2009/01/07 17:10] photonicsguyprojects:electronics:7segdisplay [2014/11/13 14:28] photonicsguy
Line 17: Line 17:
  
 ====== Constants ====== ====== Constants ======
-<code>+<file mpasm saa1065const.asm>
 ; SAA1064 Constants ; SAA1064 Constants
 SAA1064ADDRESS EQU B'01110000' ; I2C Address SAA1064ADDRESS EQU B'01110000' ; I2C Address
Line 24: Line 24:
 SAA1064SEGDP EQU B'10000000' ; . SAA1064SEGDP EQU B'10000000' ; .
 SAA1064SEGJ EQU B'00011110' ; J SAA1064SEGJ EQU B'00011110' ; J
-</code>+</file>
  
 ====== PIC18 assembly code lookup table ====== ====== PIC18 assembly code lookup table ======
-<code asm>+<file mpasm saa1065lookup.asm>
 ;Lookup Table for 7-seg ;Lookup Table for 7-seg
 ;TODO Add test to make sure number is 0x0F or below ;TODO Add test to make sure number is 0x0F or below
Line 57: Line 57:
  RETLW B'01110001' ; F  RETLW B'01110001' ; F
 ;End of Lookup ;End of Lookup
-</code>+</file> 
  • projects/electronics/7segdisplay.txt
  • Last modified: 2014/11/13 14:37
  • by photonicsguy