The PIC10F200 Series: Part 018: 74HC595 Shift Register, 555 timer

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • The PIC10F200 Series: Part 018: 74HC595 Shift Register, 555 timer
    Watch my lead-up videos to this one!
    PIC10F200 Part 017: • The PIC10F200 Series: ...
    PIC10F200 Part 016: • The PIC10F200 Series: ...
    Debounced Multi-Switch Digital Module: • Debounced Multi-Switch...
    74HC595 Shift Register (Serial in Parallel Out): • 74HC595 Shift Register...
    PIC10F200 Datasheet: ww1.microchip....
    74HC595 Shift Register Datasheet: www.ti.com/lit...
    It's a work in progress. Thanks for watching.

КОМЕНТАРІ • 1

  • @2bit661
    @2bit661  Рік тому

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

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