The PIC10F200 Series: Part 017: 74HC595 Shift Register, Continued

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024

ความคิดเห็น • 1

  • @2bit661
    @2bit661  ปีที่แล้ว

    ; free sample code, copy and paste!
    #include "p10f200.inc"
    ; CONFIG
    __CONFIG _WDT_OFF & _CP_OFF & _MCLRE_ON
    C1 EQU 0X12 ; specify file to store counter value

    ORG 0x0000
    INIT
    MOVLW B'11011111';
    ;MOVLW ~(1