├── 8051 ├── delay.c ├── delay.h ├── gpio.h ├── main.c ├── readme.1st ├── rtc0.c ├── rtc0.h ├── rtc1.c ├── rtc1.h ├── tmr0.c ├── tmr0.h ├── tmr0_16.c ├── tmr0_16.h ├── tmr0_8.c ├── tmr0_8.h ├── tmr1.c ├── tmr1.h ├── tmr1_16.c ├── tmr1_16.h ├── tmr1_8.c ├── tmr1_8.h ├── uart_sw.c ├── uart_sw.h ├── uartxisr.c └── uartxisr.h ├── 24lc.c ├── 24lc.h ├── 25lc.c ├── 25lc.h ├── 5110.c ├── 5110.h ├── 7110.c ├── 7110.h ├── 7110_spi.c ├── 7110_spi.h ├── 8255.c ├── 8255.h ├── ATmega ├── adc.c ├── adc.h ├── avrcompilers.h ├── comp.c ├── comp.h ├── delay.c ├── delay.h ├── eeprom.c ├── eeprom.h ├── extint.c ├── extint.h ├── gpio.c ├── gpio.h ├── i2c_hw.c ├── i2c_hw.h ├── i2c_sw.c ├── i2c_sw.h ├── main.c ├── minimus_avr.h ├── pcint.c ├── pcint.h ├── pwm0.c ├── pwm0.h ├── pwm1.c ├── pwm1.h ├── pwm2.c ├── pwm2.h ├── pwm3.c ├── pwm3.h ├── pwm4.c ├── pwm4.h ├── pwm5.c ├── pwm5.h ├── pwm_sw.c ├── pwm_sw.h ├── readme.1st ├── rtc0.c ├── rtc0.h ├── rtc1.c ├── rtc1.h ├── rtc3.c ├── rtc3.h ├── spi_hw.c ├── spi_hw.h ├── srvo1.c ├── srvo1.h ├── srvo2.c ├── srvo2.h ├── systick.c ├── systick.h ├── tmr0.c ├── tmr0.h ├── tmr1.c ├── tmr1.h ├── tmr3.c ├── tmr3.h ├── uart.c ├── uart.h ├── uart2_sw.c ├── uart2_sw.h ├── uart2aisr_sw.c ├── uart2aisr_sw.h ├── uart2bisr_sw.c ├── uart2bisr_sw.h ├── uart2isr_sw.c ├── uart2isr_sw.h ├── uart_sw.c ├── uart_sw.h ├── uartisr.c ├── uartisr.h ├── usii2c.c ├── usii2c.h ├── usispi.c ├── usispi.h ├── usispi_isr.c └── usispi_isr.h ├── ATtiny ├── adc.c ├── adc.h ├── pwm0.c ├── pwm0.h ├── pwm1.c ├── pwm1.h ├── readme.1st ├── tmr0.c ├── tmr0.h ├── tmr0oc.c ├── tmr0oc.h ├── tmr1.c ├── tmr1.h ├── tmr1oc.c ├── tmr1oc.h ├── uart0.c ├── uart0.h ├── uart0_sw.c ├── uart0_sw.h ├── uart0_usi.c ├── uart0_usi.h ├── uart0isr_sw.c ├── uart0isr_sw.h ├── uart0isr_usi.c ├── uart0isr_usi.h ├── uart1.c └── uart1.h ├── LM3S ├── CMSIS │ ├── Device │ │ ├── LM3S101.h │ │ ├── LM3S102.h │ │ ├── LM3S1110.h │ │ ├── LM3S1133.h │ │ ├── LM3S1138.h │ │ ├── LM3S1150.h │ │ ├── LM3S1162.h │ │ ├── LM3S1165.h │ │ ├── LM3S1166.h │ │ ├── LM3S1332.h │ │ ├── LM3S1435.h │ │ ├── LM3S1439.h │ │ ├── LM3S1512.h │ │ ├── LM3S1538.h │ │ ├── LM3S1601.h │ │ ├── LM3S1607.h │ │ ├── LM3S1608.h │ │ ├── LM3S1620.h │ │ ├── LM3S1621.h │ │ ├── LM3S1625.h │ │ ├── LM3S1626.h │ │ ├── LM3S1627.h │ │ ├── LM3S1635.h │ │ ├── LM3S1636.h │ │ ├── LM3S1637.h │ │ ├── LM3S1651.h │ │ ├── LM3S1751.h │ │ ├── LM3S1776.h │ │ ├── LM3S1811.h │ │ ├── LM3S1816.h │ │ ├── LM3S1850.h │ │ ├── LM3S1911.h │ │ ├── LM3S1918.h │ │ ├── LM3S1937.h │ │ ├── LM3S1958.h │ │ ├── LM3S1960.h │ │ ├── LM3S1968.h │ │ ├── LM3S1969.h │ │ ├── LM3S1B21.h │ │ ├── LM3S1C21.h │ │ ├── LM3S1C26.h │ │ ├── LM3S1C58.h │ │ ├── LM3S1D21.h │ │ ├── LM3S1D26.h │ │ ├── LM3S1F11.h │ │ ├── LM3S1F16.h │ │ ├── LM3S1G21.h │ │ ├── LM3S1G58.h │ │ ├── LM3S1H11.h │ │ ├── LM3S1H16.h │ │ ├── LM3S1J11.h │ │ ├── LM3S1J16.h │ │ ├── LM3S1N11.h │ │ ├── LM3S1N16.h │ │ ├── LM3S1P51.h │ │ ├── LM3S1R21.h │ │ ├── LM3S1R26.h │ │ ├── LM3S1W16.h │ │ ├── LM3S1Z16.h │ │ ├── LM3S2016.h │ │ ├── LM3S2108.h │ │ ├── LM3S2110.h │ │ ├── LM3S2139.h │ │ ├── LM3S2276.h │ │ ├── LM3S2410.h │ │ ├── LM3S2412.h │ │ ├── LM3S2432.h │ │ ├── LM3S2533.h │ │ ├── LM3S2601.h │ │ ├── LM3S2608.h │ │ ├── LM3S2616.h │ │ ├── LM3S2620.h │ │ ├── LM3S2637.h │ │ ├── LM3S2651.h │ │ ├── LM3S2671.h │ │ ├── LM3S2678.h │ │ ├── LM3S2730.h │ │ ├── LM3S2739.h │ │ ├── LM3S2776.h │ │ ├── LM3S2793.h │ │ ├── LM3S2911.h │ │ ├── LM3S2918.h │ │ ├── LM3S2919.h │ │ ├── LM3S2939.h │ │ ├── LM3S2948.h │ │ ├── LM3S2950.h │ │ ├── LM3S2965.h │ │ ├── LM3S2B93.h │ │ ├── LM3S2D93.h │ │ ├── LM3S2U93.h │ │ ├── LM3S300.h │ │ ├── LM3S301.h │ │ ├── LM3S308.h │ │ ├── LM3S310.h │ │ ├── LM3S315.h │ │ ├── LM3S316.h │ │ ├── LM3S317.h │ │ ├── LM3S328.h │ │ ├── LM3S3634.h │ │ ├── LM3S3651.h │ │ ├── LM3S3J26.h │ │ ├── LM3S3N26.h │ │ ├── LM3S3W26.h │ │ ├── LM3S3Z26.h │ │ ├── LM3S5B91.h │ │ ├── LM3S5C31.h │ │ ├── LM3S5C36.h │ │ ├── LM3S5C51.h │ │ ├── LM3S5C56.h │ │ ├── LM3S5D51.h │ │ ├── LM3S5D56.h │ │ ├── LM3S5D91.h │ │ ├── LM3S5G31.h │ │ ├── LM3S5G36.h │ │ ├── LM3S5G51.h │ │ ├── LM3S5G56.h │ │ ├── LM3S5K31.h │ │ ├── LM3S5K36.h │ │ ├── LM3S5P31.h │ │ ├── LM3S5P36.h │ │ ├── LM3S5P3B.h │ │ ├── LM3S5P51.h │ │ ├── LM3S5P56.h │ │ ├── LM3S5R31.h │ │ ├── LM3S5R36.h │ │ ├── LM3S5T36.h │ │ ├── LM3S5U91.h │ │ ├── LM3S5Y36.h │ │ ├── LM3S6C11.h │ │ ├── LM3S6C65.h │ │ ├── LM3S6G11.h │ │ ├── LM3S6G65.h │ │ ├── LM3S8C62.h │ │ ├── LM3S8G62.h │ │ ├── LM3S9B81.h │ │ ├── LM3S9B90.h │ │ ├── LM3S9B92.h │ │ ├── LM3S9B95.h │ │ ├── LM3S9B96.h │ │ ├── LM3S9BN2.h │ │ ├── LM3S9BN5.h │ │ ├── LM3S9BN6.h │ │ ├── LM3S9C97.h │ │ ├── LM3S9CN5.h │ │ ├── LM3S9D81.h │ │ ├── LM3S9D90.h │ │ ├── LM3S9D92.h │ │ ├── LM3S9D95.h │ │ ├── LM3S9D96.h │ │ ├── LM3S9DN5.h │ │ ├── LM3S9DN6.h │ │ ├── LM3S9G97.h │ │ ├── LM3S9GN5.h │ │ ├── LM3S9L71.h │ │ ├── LM3S9L97.h │ │ ├── LM3S9U81.h │ │ ├── LM3S9U90.h │ │ ├── LM3S9U92.h │ │ ├── LM3S9U95.h │ │ └── LM3S9U96.h │ └── inc │ │ ├── arm_common_tables.h │ │ ├── arm_const_structs.h │ │ ├── arm_math.h │ │ ├── cmsis_ccs.h │ │ ├── core_cm0.h │ │ ├── core_cm0plus.h │ │ ├── core_cm3.h │ │ ├── core_cm4.h │ │ ├── core_cm4_simd.h │ │ ├── core_cmFunc.h │ │ ├── core_cmInstr.h │ │ ├── core_sc000.h │ │ └── core_sc300.h ├── HPWM.c ├── HPWM.h ├── coretick.c ├── coretick.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── pwm.c ├── pwm.h ├── pwm2tmr.c ├── pwm2tmr.h ├── readme.1st ├── systick.c ├── systick.h ├── timer0.c ├── timer0.h ├── timer1.c ├── timer1.h ├── timer2.c ├── timer2.h ├── uart.c ├── uart.h ├── uart0.c ├── uart0.h ├── uart0isr.c ├── uart0isr.h ├── uart1.c ├── uart1.h ├── uart1isr.c ├── uart1isr.h ├── uart2.c └── uart2.h ├── LPC11xx ├── adc.c ├── adc.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── readme.1st ├── systick.c ├── systick.h ├── tmr16b0.c ├── tmr16b0.h ├── tmr16b0_mr.c ├── tmr16b0_mr.h ├── tmr16b1.c ├── tmr16b1.h ├── tmr16b1_mr.c ├── tmr16b1_mr.h ├── tmr32b0.c ├── tmr32b0.h ├── tmr32b0_mr.c ├── tmr32b0_mr.h ├── tmr32b1.c ├── tmr32b1.h ├── tmr32b1_mr.c ├── tmr32b1_mr.h ├── uart0.c └── uart0.h ├── LPC12xx ├── adc.c ├── adc.h ├── delay.c ├── delay.h ├── dhry.h ├── dhry_1.c ├── dhry_2.c ├── gpio.c ├── gpio.h ├── main.c ├── readme.1st ├── systick.c ├── systick.h ├── tmr16b0.c ├── tmr16b0.h ├── tmr16b0_mr.c ├── tmr16b0_mr.h ├── tmr16b0_pwm.c ├── tmr16b0_pwm.h ├── tmr16b1.c ├── tmr16b1.h ├── tmr16b1_mr.c ├── tmr16b1_mr.h ├── tmr16b1_pwm.c ├── tmr16b1_pwm.h ├── tmr32b0.c ├── tmr32b0.h ├── tmr32b0_mr.c ├── tmr32b0_mr.h ├── tmr32b0_pwm.c ├── tmr32b0_pwm.h ├── tmr32b1.c ├── tmr32b1.h ├── tmr32b1_mr.c ├── tmr32b1_mr.h ├── tmr32b1_pwm.c ├── tmr32b1_pwm.h ├── uart0.c ├── uart0.h ├── uart1.c └── uart1.h ├── LPC13xx ├── adc.c ├── adc.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── readme.1st ├── systick.c ├── systick.h ├── tmr16b0.c ├── tmr16b0.h ├── tmr16b0_mr.c ├── tmr16b0_mr.h ├── tmr16b1.c ├── tmr16b1.h ├── tmr16b1_mr.c ├── tmr16b1_mr.h ├── tmr32b0.c ├── tmr32b0.h ├── tmr32b0_mr.c ├── tmr32b0_mr.h ├── tmr32b1.c ├── tmr32b1.h ├── tmr32b1_mr.c ├── tmr32b1_mr.h ├── uart0.c └── uart0.h ├── LPC17xx ├── adc.c ├── adc.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── readme.1st ├── rit.c ├── rit.h ├── systick.c ├── systick.h ├── tmr0.c ├── tmr0.h ├── tmr1.c ├── tmr1.h ├── tmr2.c ├── tmr2.h ├── tmr3.c ├── tmr3.h ├── uart0.c ├── uart0.h ├── uart1.c ├── uart1.h ├── uart2.c ├── uart2.h ├── uart3.c └── uart3.h ├── LPC21xx ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── ptmr0_mr.c ├── ptmr0_mr.h ├── readme.1st ├── rtc0.c ├── rtc0.h ├── rtc1.c ├── rtc1.h ├── systick.c ├── systick.h ├── tmr0.c ├── tmr0.h ├── tmr0_mr.c ├── tmr0_mr.h ├── tmr1.c ├── tmr1.h ├── tmr1_mr.c ├── tmr1_mr.h ├── uart0.c ├── uart0.h ├── uart1.c └── uart1.h ├── MSP430F ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── readme.1st ├── tmra0.c ├── tmra0.h ├── tmra1.c ├── tmra1.h ├── tmra2.c ├── tmra2.h ├── tmrb0.c └── tmrb0.h ├── MSP430FR ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── pwmta0.c ├── pwmta0.h ├── pwmta1.c ├── pwmta1.h ├── pwmtb0.c ├── pwmtb0.h ├── readme.1st ├── systick.c ├── systick.h ├── tmra0.c ├── tmra0.h ├── tmra1.c ├── tmra1.h ├── tmra2.c ├── tmra2.h ├── tmra3.c ├── tmra3.h ├── tmrb0.c ├── tmrb0.h ├── uart.c ├── uart.h ├── uart0.c ├── uart0.h ├── uart0isr.c ├── uart0isr.h ├── uart0isr_sw.c ├── uart0isr_sw.h ├── uart1.c ├── uart1.h ├── uart1isr.c ├── uart1isr.h ├── uart2.c ├── uart2.h ├── uart2isr.c ├── uart2isr.h ├── uart3.c ├── uart3.h ├── uart3isr.c └── uart3isr.h ├── MSP430G_F2 ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── pwmta0.c ├── pwmta0.h ├── pwmta1.c ├── pwmta1.h ├── pwmtb0.c ├── pwmtb0.h ├── readme.1st ├── systick.c ├── systick.h ├── tmra0.c ├── tmra0.h ├── tmra1.c ├── tmra1.h ├── tmra2.c ├── tmra2.h ├── tmra3.c ├── tmra3.h ├── tmrb0.c ├── tmrb0.h ├── uart0.c └── uart0.h ├── MSP432 ├── coretick.c ├── coretick.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── readme.1st ├── systick.c ├── systick.h ├── ta0oc.c ├── ta0oc.h ├── ta1oc.c ├── ta1oc.h ├── ta2oc.c ├── ta2oc.h ├── ta3oc.c ├── ta3oc.h ├── tmr32.c ├── tmr32.h ├── uart.c ├── uart.h ├── uart0.c ├── uart0.h ├── uart0isr.c ├── uart0isr.h ├── uart1.c ├── uart1.h ├── uart1isr.c ├── uart1isr.h ├── uart2.c ├── uart2.h ├── uart2isr.c ├── uart2isr.h ├── uart3.c ├── uart3.h ├── uart3isr.c └── uart3isr.h ├── PIC10_12_16_18 ├── PIC18F25K22 │ ├── readme.1st │ ├── uart0_sw.c │ ├── uart0_sw.h │ ├── uart0isr_sw.c │ ├── uart0isr_sw.h │ ├── uart1_sw.c │ ├── uart1_sw.h │ ├── uart1isr_sw.c │ ├── uart1isr_sw.h │ ├── uart2_sw.c │ ├── uart2_sw.h │ ├── uart2isr_sw.c │ ├── uart2isr_sw.h │ ├── uart3_sw.c │ ├── uart3_sw.h │ ├── uart3isr_sw.c │ ├── uart3isr_sw.h │ ├── uart4_sw.c │ ├── uart4_sw.h │ ├── uart4isr_sw.c │ ├── uart4isr_sw.h │ ├── uart5_sw.c │ ├── uart5_sw.h │ ├── uart5isr_sw.c │ ├── uart5isr_sw.h │ ├── uart6_sw.c │ ├── uart6_sw.h │ ├── uart6isr_sw.c │ └── uart6isr_sw.h ├── USART_hw.c ├── USART_hw.h ├── USART_hwisr.c ├── USART_hwisr.h ├── UsARTisr.c ├── UsARTisr.h ├── adc.c ├── adc.h ├── cmp.c ├── cmp.h ├── config.h ├── config_picc.h ├── cvref.c ├── cvref.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── i2c_hw.c ├── i2c_hw.h ├── interrupt.c ├── interrupt.h ├── lcd_hw.c ├── lcd_hw.h ├── main.c ├── pcpwm.c ├── pcpwm.h ├── pwm1.c ├── pwm1.h ├── pwm2.c ├── pwm2.h ├── pwm3.c ├── pwm3.h ├── pwm4.c ├── pwm4.h ├── pwm5.c ├── pwm5.h ├── pwm_sw.c ├── pwm_sw.h ├── readme.1st ├── rtc0.c ├── rtc0.h ├── rtc1.c ├── rtc1.h ├── rtc2.c ├── rtc2.h ├── rtcc.c ├── rtcc.h ├── servo.c ├── servo.h ├── servo1.c ├── servo1.h ├── spi_hw.c ├── spi_hw.h ├── srvo0.c ├── srvo0.h ├── srvo1.c ├── srvo1.h ├── srvo2.c ├── srvo2.h ├── systick.c ├── systick.h ├── tmr0.c ├── tmr0.h ├── tmr1.c ├── tmr1.h ├── tmr10.c ├── tmr10.h ├── tmr12.c ├── tmr12.h ├── tmr1oc.c ├── tmr1oc.h ├── tmr2.c ├── tmr2.h ├── tmr3.c ├── tmr3.h ├── tmr4.c ├── tmr4.h ├── tmr5.c ├── tmr5.h ├── tmr6.c ├── tmr6.h ├── tmr7.c ├── tmr7.h ├── tmr8.c ├── tmr8.h ├── uart.c ├── uart.h ├── uart0_sw.c ├── uart0_sw.h ├── uart0isr_sw.c ├── uart0isr_sw.h ├── uart1_sw.c ├── uart1_sw.h ├── uart1isr_sw.c ├── uart1isr_sw.h ├── uart2_sw.c ├── uart2_sw.h ├── uart2isr_sw.c ├── uart2isr_sw.h ├── uart4_sw.c ├── uart4_sw.h ├── uart4isr_sw.c ├── uart4isr_sw.h ├── uart6_sw.c ├── uart6_sw.h ├── uart6isr_sw.c ├── uart6isr_sw.h ├── uartisr.c ├── uartisr.h ├── usartxisr.c └── usartxisr.h ├── PIC24F ├── PIC24FJxxGA002 │ ├── readme.1st │ ├── uartoc1.c │ ├── uartoc1.h │ ├── uartoc1isr.c │ ├── uartoc1isr.h │ ├── uartoc2.c │ ├── uartoc2.h │ ├── uartoc2isr.c │ ├── uartoc2isr.h │ ├── uartoc3.c │ ├── uartoc3.h │ ├── uartoc3isr.c │ ├── uartoc3isr.h │ ├── uartoc4.c │ ├── uartoc4.h │ ├── uartoc4isr.c │ ├── uartoc4isr.h │ ├── uartoc5.c │ ├── uartoc5.h │ ├── uartoc5isr.c │ └── uartoc5isr.h ├── Qmath.c ├── Qmath.h ├── adc.c ├── adc.h ├── cmp1.c ├── cmp1.h ├── cmp2.c ├── cmp2.h ├── cmp3.c ├── cmp3.h ├── cn.c ├── cn.h ├── config.h ├── config_c30.h ├── config_xc16.h ├── cvref.c ├── cvref.h ├── delay.c ├── delay.h ├── extint.c ├── extint.h ├── gpio.c ├── gpio.h ├── i2c1_hw.c ├── i2c1_hw.h ├── i2c2_hw.c ├── i2c2_hw.h ├── main.c ├── main_24f.c ├── main_24f002.c ├── main_24f102.c ├── pwm1.c ├── pwm1.h ├── pwm2.c ├── pwm2.h ├── pwm3.c ├── pwm3.h ├── pwm4.c ├── pwm4.h ├── pwm5.c ├── pwm5.h ├── pwm_sw.c ├── pwm_sw.h ├── readme.1st ├── rtc1.c ├── rtc1.h ├── rtc2.c ├── rtc2.h ├── rtc3.c ├── rtc3.h ├── rtc4.c ├── rtc4.h ├── rtc5.c ├── rtc5.h ├── rtcc.c ├── rtcc.h ├── spi1_hw.c ├── spi1_hw.h ├── spi2_hw.c ├── spi2_hw.h ├── systick.c ├── systick.h ├── systick_tmrx.c ├── systick_tmrx.h ├── tmr1.c ├── tmr1.h ├── tmr2.c ├── tmr2.h ├── tmr3.c ├── tmr3.h ├── tmr4.c ├── tmr4.h ├── tmr5.c ├── tmr5.h ├── tmr_oc1.c ├── tmr_oc1.h ├── tmr_oc2.c ├── tmr_oc2.h ├── tmr_oc3.c ├── tmr_oc3.h ├── tmr_oc4.c ├── tmr_oc4.h ├── tmr_oc5.c ├── tmr_oc5.h ├── tmroc.c ├── tmroc.h ├── uart1.c ├── uart1.h ├── uart1isr.c ├── uart1isr.h ├── uart2.c ├── uart2.h ├── uart2isr.c ├── uart2isr.h ├── uartoc1.c ├── uartoc1.h ├── uartoc1isr.c ├── uartoc1isr.h ├── uartoc2.c ├── uartoc2.h ├── uartoc2isr.c ├── uartoc2isr.h ├── uartoc3.c ├── uartoc3.h ├── uartoc3isr.c ├── uartoc3isr.h ├── uartoc4.c ├── uartoc4.h ├── uartoc4isr.c ├── uartoc4isr.h ├── uartoc5.c ├── uartoc5.h ├── uartoc5isr.c ├── uartoc5isr.h ├── uartxisr.c └── uartxisr.h ├── PIC32MX1xx_2xx_3xx ├── adc.c ├── adc.h ├── config.h ├── ctmr.c ├── ctmr.h ├── delay.c ├── delay.h ├── dhry.h ├── dhry_1.c ├── dhry_2.c ├── extint.c ├── extint.h ├── gpio.c ├── gpio.h ├── main.c ├── pwm1.c ├── pwm1.h ├── pwm2.c ├── pwm2.h ├── pwm3.c ├── pwm3.h ├── pwm4.c ├── pwm4.h ├── pwm5.c ├── pwm5.h ├── readme.1st ├── refco.c ├── refco.h ├── rtcc.c ├── rtcc.h ├── swRTC.c ├── swRTC.h ├── systick.c ├── systick.h ├── tmr1.c ├── tmr1.h ├── tmr2.c ├── tmr2.h ├── tmr2oc.c ├── tmr2oc.h ├── tmr3.c ├── tmr3.h ├── tmr3oc.c ├── tmr3oc.h ├── tmr4.c ├── tmr4.h ├── tmr5.c ├── tmr5.h ├── uart1.c ├── uart1.h ├── uart1isr.c ├── uart1isr.h ├── uart2.c ├── uart2.h ├── uart2isr.c └── uart2isr.h ├── README.md ├── STM32F0 ├── adc1.c ├── adc1.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── pwm.c ├── pwm.h ├── readme.1st ├── systick.c ├── systick.h ├── tim14.c ├── tim14.h ├── tim16.c ├── tim16.h ├── tim17.c ├── tim17.h ├── tim1oc.c ├── tim1oc.h ├── tim2oc.c ├── tim2oc.h ├── tim3oc.c ├── tim3oc.h ├── uart1.c ├── uart1.h ├── uart1isr.c └── uart1isr.h ├── STM32F1xx ├── adc1.c ├── adc1.h ├── coretick.c ├── coretick.h ├── dac.c ├── dac.h ├── delay.c ├── delay.h ├── exti.c ├── exti.h ├── gpio.c ├── gpio.h ├── iwdt.c ├── iwdt.h ├── main.c ├── pwm.c ├── pwm.h ├── readme.1st ├── rtc.c ├── rtc.h ├── systick.c ├── systick.h ├── tim1oc.c ├── tim1oc.h ├── tim2oc.c ├── tim2oc.h ├── tim3oc.c ├── tim3oc.h ├── tim4oc.c ├── tim4oc.h ├── tim6.c ├── tim6.h ├── tim7.c ├── tim7.h ├── uart1.c ├── uart1.h ├── uart2.c ├── uart2.h ├── uart3.c ├── uart3.h ├── uart_sw.c ├── uart_sw.h ├── uartisr_sw.c └── uartisr_sw.h ├── STM32F4 ├── coretick.c ├── coretick.h ├── dac.c ├── dac.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── readme.1st ├── systick.c ├── systick.h ├── tim10.c ├── tim10.h ├── tim11.c ├── tim11.h ├── tim12.c ├── tim12.h ├── tim13.c ├── tim13.h ├── tim14.c ├── tim14.h ├── tim8.c ├── tim8.h ├── tim9.c └── tim9.h ├── STM8 ├── SDCC │ ├── readme.1st │ └── stm8s.h ├── adc1.c ├── adc1.h ├── awu.c ├── awu.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── pwm.c ├── pwm.h ├── readme.1st ├── stm8s.h ├── systick.c ├── systick.h ├── tim1.c ├── tim1.h ├── tim1oc.c ├── tim1oc.h ├── tim2.c ├── tim2.h ├── tim2oc.c ├── tim2oc.h ├── tim3.c ├── tim3.h ├── tim3oc.c ├── tim3oc.h ├── tim4.c ├── tim4.h ├── uart1.c ├── uart1.h ├── uart2.c └── uart2.h ├── TM4C129 ├── CMSIS │ ├── Device │ │ ├── TM4C129.h │ │ ├── TM4C1290NCPDT.h │ │ ├── TM4C1290NCZAD.h │ │ ├── TM4C1292NCPDT.h │ │ ├── TM4C1292NCZAD.h │ │ ├── TM4C1294NCPDT.h │ │ ├── TM4C1294NCZAD.h │ │ ├── TM4C1297NCZAD.h │ │ ├── TM4C1299NCZAD.h │ │ ├── TM4C129CNCPDT.h │ │ ├── TM4C129CNCZAD.h │ │ ├── TM4C129DNCPDT.h │ │ ├── TM4C129DNCZAD.h │ │ ├── TM4C129ENCPDT.h │ │ ├── TM4C129ENCZAD.h │ │ ├── TM4C129LNCZAD.h │ │ ├── TM4C129XNCZAD.h │ │ ├── system_TM4C129.c │ │ └── system_TM4C129.h │ └── inc │ │ ├── arm_common_tables.h │ │ ├── arm_const_structs.h │ │ ├── arm_math.h │ │ ├── cmsis_ccs.h │ │ ├── core_cm0.h │ │ ├── core_cm0plus.h │ │ ├── core_cm3.h │ │ ├── core_cm4.h │ │ ├── core_cm4_simd.h │ │ ├── core_cmFunc.h │ │ └── core_cmInstr.h ├── coretick.c ├── coretick.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── readme.1st ├── systick.c └── systick.h ├── TM4C_LM4F120 ├── CMSIS │ ├── Device │ │ ├── TM4C123.h │ │ ├── TM4C1230C3PM.h │ │ ├── TM4C1230D5PM.h │ │ ├── TM4C1230E6PM.h │ │ ├── TM4C1230H6PM.h │ │ ├── TM4C1231C3PM.h │ │ ├── TM4C1231D5PM.h │ │ ├── TM4C1231D5PZ.h │ │ ├── TM4C1231E6PM.h │ │ ├── TM4C1231E6PZ.h │ │ ├── TM4C1231H6PGE.h │ │ ├── TM4C1231H6PM.h │ │ ├── TM4C1231H6PZ.h │ │ ├── TM4C1232C3PM.h │ │ ├── TM4C1232D5PM.h │ │ ├── TM4C1232E6PM.h │ │ ├── TM4C1232H6PM.h │ │ ├── TM4C1233C3PM.h │ │ ├── TM4C1233D5PM.h │ │ ├── TM4C1233D5PZ.h │ │ ├── TM4C1233E6PM.h │ │ ├── TM4C1233E6PZ.h │ │ ├── TM4C1233H6PGE.h │ │ ├── TM4C1233H6PM.h │ │ ├── TM4C1233H6PZ.h │ │ ├── TM4C1236D5PM.h │ │ ├── TM4C1236E6PM.h │ │ ├── TM4C1236H6PM.h │ │ ├── TM4C1237D5PM.h │ │ ├── TM4C1237D5PZ.h │ │ ├── TM4C1237E6PM.h │ │ ├── TM4C1237E6PZ.h │ │ ├── TM4C1237H6PGE.h │ │ ├── TM4C1237H6PM.h │ │ ├── TM4C1237H6PZ.h │ │ ├── TM4C123AE6PM.h │ │ ├── TM4C123AH6PM.h │ │ ├── TM4C123BE6PM.h │ │ ├── TM4C123BE6PZ.h │ │ ├── TM4C123BH6PGE.h │ │ ├── TM4C123BH6PM.h │ │ ├── TM4C123BH6PZ.h │ │ ├── TM4C123BH6ZRB.h │ │ ├── TM4C123FE6PM.h │ │ ├── TM4C123FH6PM.h │ │ ├── TM4C123GE6PM.h │ │ ├── TM4C123GE6PZ.h │ │ ├── TM4C123GH6PGE.h │ │ ├── TM4C123GH6PM.h │ │ ├── TM4C123GH6PZ.h │ │ ├── TM4C123GH6ZRB.h │ │ ├── system_TM4C123.c │ │ └── system_TM4C123.h │ └── inc │ │ ├── arm_common_tables.h │ │ ├── arm_const_structs.h │ │ ├── arm_math.h │ │ ├── cmsis_ccs.h │ │ ├── core_cm0.h │ │ ├── core_cm0plus.h │ │ ├── core_cm3.h │ │ ├── core_cm4.h │ │ ├── core_cm4_simd.h │ │ ├── core_cmFunc.h │ │ └── core_cmInstr.h ├── coretick.c ├── coretick.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── pwm.c ├── pwm.h ├── readme.1st ├── spi0.c ├── spi0.h ├── spi1.c ├── spi1.h ├── spi2.c ├── spi2.h ├── spi3.c ├── spi3.h ├── systick.c ├── systick.h ├── timer0.c ├── timer0.h ├── timer1.c ├── timer1.h ├── timer2.c ├── timer2.h ├── timer3.c ├── timer3.h ├── timer4.c ├── timer4.h ├── timer5.c ├── timer5.h ├── tm4c1233h6pm_startup_ccs.c ├── uart.c ├── uart.h ├── uart0.c ├── uart0.h ├── uart0isr.c ├── uart0isr.h ├── uart1.c ├── uart1.h ├── uart1isr.c ├── uart1isr.h ├── uart2.c ├── uart2.h ├── uart2isr.c ├── uart2isr.h ├── uart3.c ├── uart3.h ├── uart3isr.c ├── uart3isr.h ├── uart4.c ├── uart4.h ├── uart4isr.c ├── uart4isr.h ├── uart5.c ├── uart5.h ├── uart5isr.c ├── uart5isr.h ├── uart6.c ├── uart6.h ├── uart6isr.c ├── uart6isr.h ├── uart7.c ├── uart7.h ├── uart7isr.c ├── uart7isr.h ├── wtimer0.c ├── wtimer0.h ├── wtimer1.c ├── wtimer1.h ├── wtimer2.c ├── wtimer2.h ├── wtimer3.c ├── wtimer3.h ├── wtimer4.c ├── wtimer4.h ├── wtimer5.c └── wtimer5.h ├── TM4E ├── CMSIS │ ├── Device │ │ ├── TM4E129.h │ │ ├── TM4E129BNCZAD.h │ │ ├── TM4E129SNCZAD.h │ │ ├── TM4E129XNCZAD.h │ │ ├── system_TM4E129.c │ │ └── system_TM4E129.h │ └── inc │ │ ├── arm_common_tables.h │ │ ├── arm_const_structs.h │ │ ├── arm_math.h │ │ ├── cmsis_ccs.h │ │ ├── core_cm0.h │ │ ├── core_cm0plus.h │ │ ├── core_cm3.h │ │ ├── core_cm4.h │ │ ├── core_cm4_simd.h │ │ ├── core_cmFunc.h │ │ └── core_cmInstr.h ├── coretick.c ├── coretick.h ├── delay.c ├── delay.h ├── gpio.c ├── gpio.h ├── main.c ├── readme.1st ├── systick.c └── systick.h ├── USART_sw.c ├── USART_sw.h ├── ad5206.c ├── ad5206.h ├── ad5220.c ├── ad5220.h ├── ad5242.c ├── ad5242.h ├── ad524x.c ├── ad524x.h ├── ad525x.c ├── ad525x.h ├── ad5310.c ├── ad5310.h ├── ad5320.c ├── ad5320.h ├── ad56x1.c ├── ad56x1.h ├── ad5932.c ├── ad5932.h ├── ad7321.c ├── ad7321.h ├── ad7628.c ├── ad7628.h ├── ad9832.c ├── ad9832.h ├── adc0808.c ├── adc0808.h ├── adc080x.c ├── adc080x.h ├── adc0831.c ├── adc0831.h ├── ads782x.c ├── ads782x.h ├── benchmark_ti.c ├── benchmark_ti.h ├── bignum.c ├── bignum.h ├── bit_reverse.c ├── bit_reverse.h ├── bmp180.c ├── bmp180.h ├── cd4021.c ├── cd4021.h ├── cd4051.c ├── cd4051.h ├── cd9094.c ├── cd9094.h ├── chksum.c ├── chksum.h ├── complex.c ├── complex.h ├── complex_math.c ├── complex_math.h ├── cordic16.c ├── cordic16.h ├── cordic32.c ├── cordic32.h ├── crc.c ├── crc.h ├── crc16.c ├── crc16.h ├── dac083x.c ├── dac083x.h ├── dds_sw.c ├── dds_sw.h ├── delay.c ├── delay.h ├── dft.c ├── dft.h ├── dhry.h ├── dhry_1.c ├── dhry_2.c ├── ds12887.c ├── ds12887.h ├── ds1302.c ├── ds1302.h ├── ds1307.c ├── ds1307.h ├── ds1340.c ├── ds1340.h ├── ds1620.c ├── ds1620.h ├── ds1621.c ├── ds1621.h ├── ds18.c ├── ds18.h ├── ds1804.c ├── ds1804.h ├── ds3231.c ├── ds3231.h ├── ds3232.c ├── ds3232.h ├── ds323x.c ├── ds323x.h ├── dsync.c ├── dsync.h ├── encoder.c ├── encoder.h ├── encoder1.c ├── encoder1.h ├── encoder2.c ├── encoder2.h ├── encout.c ├── encout.h ├── encrypt.c ├── encrypt.h ├── fPID.c ├── fPID.h ├── fastinvsqrt.c ├── fastinvsqrt.h ├── fft_ditr2.c ├── fft_ditr2.h ├── fft_fix.c ├── fft_fix.h ├── fft_float.c ├── fft_float.h ├── fft_fp.c ├── fft_fp.h ├── fifo.c ├── fifo.h ├── fontnum.c ├── fontnum.h ├── fontnum11x14_sans.h ├── fontnum15x21_sans.h ├── fontnum18x36_bebas.h ├── fontnum20x28_sans.h ├── fontnum20x36_bebas.h ├── fontnum27x36_sans.h ├── fs637x.c ├── fs637x.h ├── fs714x.c ├── fs714x.h ├── gadc.c ├── gadc.h ├── hc164.c ├── hc164.h ├── hc164_spi.c ├── hc164_spi.h ├── hc165.c ├── hc165.h ├── hc573.c ├── hc573.h ├── hc595.c ├── hc595.h ├── hc595_spi.c ├── hc595_spi.h ├── hdg12864.c ├── hdg12864.h ├── hdg12864_spi.c ├── hdg12864_spi.h ├── hx711.c ├── hx711.h ├── i2c1_sw.c ├── i2c1_sw.h ├── i2c2_sw.c ├── i2c2_sw.h ├── i2c_sw.c ├── i2c_sw.h ├── iPID.c ├── iPID.h ├── ieee1057.c ├── ieee1057.h ├── imu.c ├── imu.h ├── kalman.c ├── kalman.h ├── key.c ├── key.h ├── key_read.c ├── key_read.h ├── keyint.c ├── keyint.h ├── l3gd20spi.c ├── l3gd20spi.h ├── lcd7seg.c ├── lcd7seg.h ├── lcd_2wi.c ├── lcd_2wi.h ├── lcd_3wi.c ├── lcd_3wi.h ├── lcd_4bit.c ├── lcd_4bit.h ├── lcd_hc164.c ├── lcd_hc164.h ├── lcd_i2c.c ├── lcd_i2c.h ├── lcd_spi.c ├── lcd_spi.h ├── led2_pins.c ├── led2_pins.h ├── led3_pins.c ├── led3_pins.h ├── led4.c ├── led4.h ├── led4_pins.c ├── led4_pins.h ├── led7.c ├── led7.h ├── led7_sr.c ├── led7_sr.h ├── led7i.c ├── led7i.h ├── led7spi.c ├── led7spi.h ├── led7spix8.c ├── led7spix8.h ├── led7x8.c ├── led7x8.h ├── led8.c ├── led8.h ├── led8_pins.c ├── led8_pins.h ├── ledbar.c ├── ledbar.h ├── lfsr.c ├── lfsr.h ├── lsm303.c ├── lsm303.h ├── ltc1450.c ├── ltc1450.h ├── ltc1451.c ├── ltc1451.h ├── ltc1456.c ├── ltc1456.h ├── ltc1655.c ├── ltc1655.h ├── ltc166x.c ├── ltc166x.h ├── ltc186x.c ├── ltc186x.h ├── ltc2440.c ├── ltc2440.h ├── max1240.c ├── max1240.h ├── max51x.c ├── max51x.h ├── max541x.c ├── max541x.h ├── max582x.c ├── max582x.h ├── max5839.c ├── max5839.h ├── max667x.c ├── max667x.h ├── max7219.c ├── max7219.h ├── max7221.c ├── max7221.h ├── mcp23017.c ├── mcp23017.h ├── mcp23s17.c ├── mcp23s17.h ├── mcp3001.c ├── mcp3001.h ├── mcp3204.c ├── mcp3204.h ├── mcp3221.c ├── mcp3221.h ├── mcp3421.c ├── mcp3421.h ├── mcp3550.c ├── mcp3550.h ├── mcp41xxx.c ├── mcp41xxx.h ├── mcp4725.c ├── mcp4725.h ├── mcp4821.c ├── mcp4821.h ├── mcp4822.c ├── mcp4822.h ├── mcp4921.c ├── mcp4921.h ├── mcp4922.c ├── mcp4922.h ├── mcp6s2x.c ├── mcp6s2x.h ├── mcp980x.c ├── mcp980x.h ├── misc.c ├── misc.h ├── mpu6050.c ├── mpu6050.h ├── nec.c ├── nec.h ├── nrc17.c ├── nrc17.h ├── ntc.c ├── ntc.h ├── num2str.c ├── num2str.h ├── one_wire.c ├── one_wire.h ├── orthog.c ├── orthog.h ├── othog.c ├── othog.h ├── pca9554.c ├── pca9554.h ├── pca9685.c ├── pca9685.h ├── pcf8574.c ├── pcf8574.h ├── pcf8575.c ├── pcf8575.h ├── pcf8583.c ├── pcf8583.h ├── pcf8591.c ├── pcf8591.h ├── pid_1.c ├── pid_1.h ├── pid_f.c ├── pid_f.h ├── pidx.c ├── pidx.h ├── rand_adc.c ├── rand_adc.h ├── rand_xor.c ├── rand_xor.h ├── rctime.c ├── rctime.h ├── revar.c ├── revar.h ├── rtcc_hw.c ├── rtcc_hw.h ├── send1.c ├── send1.h ├── shield_keypad.c ├── shield_keypad.h ├── shield_lcd.c ├── shield_lcd.h ├── shiftr.c ├── shiftr.h ├── sht.c ├── sht.h ├── smotor.c ├── smotor.h ├── spi1_sw.c ├── spi1_sw.h ├── spi2_sw.c ├── spi2_sw.h ├── spi_sw.c ├── spi_sw.h ├── srand.c ├── srand.h ├── ssd.c ├── ssd.h ├── stimer.c ├── stimer.h ├── swRTC.c ├── swRTC.h ├── tc.c ├── tc.h ├── tc74.c ├── tc74.h ├── tc77.c ├── tc77.h ├── tc_i.c ├── tc_i.h ├── tibenchmark.c ├── tibenchmark.h ├── tlc1543.c ├── tlc1543.h ├── tlc548.c ├── tlc548.h ├── tlc5615.c ├── tlc5615.h ├── ul2led.c ├── ul2led.h ├── unipolar.c ├── unipolar.h ├── vi402.c ├── vi402.h ├── vi402_hc164.c ├── vi402_hc164.h ├── whetstone.c ├── whetstone.h ├── wiinc.c ├── wiinc.h ├── ws2803.c ├── ws2803.h ├── ws281x.c └── ws281x.h /24lc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/24lc.c -------------------------------------------------------------------------------- /24lc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/24lc.h -------------------------------------------------------------------------------- /25lc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/25lc.c -------------------------------------------------------------------------------- /25lc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/25lc.h -------------------------------------------------------------------------------- /5110.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/5110.c -------------------------------------------------------------------------------- /5110.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/5110.h -------------------------------------------------------------------------------- /7110.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/7110.c -------------------------------------------------------------------------------- /7110.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/7110.h -------------------------------------------------------------------------------- /7110_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/7110_spi.c -------------------------------------------------------------------------------- /7110_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/7110_spi.h -------------------------------------------------------------------------------- /8051/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/delay.c -------------------------------------------------------------------------------- /8051/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/delay.h -------------------------------------------------------------------------------- /8051/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/gpio.h -------------------------------------------------------------------------------- /8051/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/main.c -------------------------------------------------------------------------------- /8051/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for 8051 2 | -------------------------------------------------------------------------------- /8051/rtc0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/rtc0.c -------------------------------------------------------------------------------- /8051/rtc0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/rtc0.h -------------------------------------------------------------------------------- /8051/rtc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/rtc1.c -------------------------------------------------------------------------------- /8051/rtc1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/rtc1.h -------------------------------------------------------------------------------- /8051/tmr0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr0.c -------------------------------------------------------------------------------- /8051/tmr0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr0.h -------------------------------------------------------------------------------- /8051/tmr0_16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr0_16.c -------------------------------------------------------------------------------- /8051/tmr0_16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr0_16.h -------------------------------------------------------------------------------- /8051/tmr0_8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr0_8.c -------------------------------------------------------------------------------- /8051/tmr0_8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr0_8.h -------------------------------------------------------------------------------- /8051/tmr1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr1.c -------------------------------------------------------------------------------- /8051/tmr1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr1.h -------------------------------------------------------------------------------- /8051/tmr1_16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr1_16.c -------------------------------------------------------------------------------- /8051/tmr1_16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr1_16.h -------------------------------------------------------------------------------- /8051/tmr1_8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr1_8.c -------------------------------------------------------------------------------- /8051/tmr1_8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/tmr1_8.h -------------------------------------------------------------------------------- /8051/uart_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/uart_sw.c -------------------------------------------------------------------------------- /8051/uart_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/uart_sw.h -------------------------------------------------------------------------------- /8051/uartxisr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/uartxisr.c -------------------------------------------------------------------------------- /8051/uartxisr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8051/uartxisr.h -------------------------------------------------------------------------------- /8255.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8255.c -------------------------------------------------------------------------------- /8255.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/8255.h -------------------------------------------------------------------------------- /ATmega/adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/adc.c -------------------------------------------------------------------------------- /ATmega/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/adc.h -------------------------------------------------------------------------------- /ATmega/comp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/comp.c -------------------------------------------------------------------------------- /ATmega/comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/comp.h -------------------------------------------------------------------------------- /ATmega/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/delay.c -------------------------------------------------------------------------------- /ATmega/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/delay.h -------------------------------------------------------------------------------- /ATmega/eeprom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/eeprom.c -------------------------------------------------------------------------------- /ATmega/eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/eeprom.h -------------------------------------------------------------------------------- /ATmega/extint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/extint.c -------------------------------------------------------------------------------- /ATmega/extint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/extint.h -------------------------------------------------------------------------------- /ATmega/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/gpio.c -------------------------------------------------------------------------------- /ATmega/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/gpio.h -------------------------------------------------------------------------------- /ATmega/i2c_hw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/i2c_hw.c -------------------------------------------------------------------------------- /ATmega/i2c_hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/i2c_hw.h -------------------------------------------------------------------------------- /ATmega/i2c_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/i2c_sw.c -------------------------------------------------------------------------------- /ATmega/i2c_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/i2c_sw.h -------------------------------------------------------------------------------- /ATmega/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/main.c -------------------------------------------------------------------------------- /ATmega/pcint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pcint.c -------------------------------------------------------------------------------- /ATmega/pcint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pcint.h -------------------------------------------------------------------------------- /ATmega/pwm0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm0.c -------------------------------------------------------------------------------- /ATmega/pwm0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm0.h -------------------------------------------------------------------------------- /ATmega/pwm1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm1.c -------------------------------------------------------------------------------- /ATmega/pwm1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm1.h -------------------------------------------------------------------------------- /ATmega/pwm2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm2.c -------------------------------------------------------------------------------- /ATmega/pwm2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm2.h -------------------------------------------------------------------------------- /ATmega/pwm3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm3.c -------------------------------------------------------------------------------- /ATmega/pwm3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm3.h -------------------------------------------------------------------------------- /ATmega/pwm4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm4.c -------------------------------------------------------------------------------- /ATmega/pwm4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm4.h -------------------------------------------------------------------------------- /ATmega/pwm5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm5.c -------------------------------------------------------------------------------- /ATmega/pwm5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm5.h -------------------------------------------------------------------------------- /ATmega/pwm_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm_sw.c -------------------------------------------------------------------------------- /ATmega/pwm_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/pwm_sw.h -------------------------------------------------------------------------------- /ATmega/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for ATmega devices 2 | -------------------------------------------------------------------------------- /ATmega/rtc0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/rtc0.c -------------------------------------------------------------------------------- /ATmega/rtc0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/rtc0.h -------------------------------------------------------------------------------- /ATmega/rtc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/rtc1.c -------------------------------------------------------------------------------- /ATmega/rtc1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/rtc1.h -------------------------------------------------------------------------------- /ATmega/rtc3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/rtc3.c -------------------------------------------------------------------------------- /ATmega/rtc3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/rtc3.h -------------------------------------------------------------------------------- /ATmega/spi_hw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/spi_hw.c -------------------------------------------------------------------------------- /ATmega/spi_hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/spi_hw.h -------------------------------------------------------------------------------- /ATmega/srvo1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/srvo1.c -------------------------------------------------------------------------------- /ATmega/srvo1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/srvo1.h -------------------------------------------------------------------------------- /ATmega/srvo2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/srvo2.c -------------------------------------------------------------------------------- /ATmega/srvo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/srvo2.h -------------------------------------------------------------------------------- /ATmega/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/systick.c -------------------------------------------------------------------------------- /ATmega/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/systick.h -------------------------------------------------------------------------------- /ATmega/tmr0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/tmr0.c -------------------------------------------------------------------------------- /ATmega/tmr0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/tmr0.h -------------------------------------------------------------------------------- /ATmega/tmr1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/tmr1.c -------------------------------------------------------------------------------- /ATmega/tmr1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/tmr1.h -------------------------------------------------------------------------------- /ATmega/tmr3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/tmr3.c -------------------------------------------------------------------------------- /ATmega/tmr3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/tmr3.h -------------------------------------------------------------------------------- /ATmega/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/uart.c -------------------------------------------------------------------------------- /ATmega/uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/uart.h -------------------------------------------------------------------------------- /ATmega/uart2_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/uart2_sw.c -------------------------------------------------------------------------------- /ATmega/uart2_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/uart2_sw.h -------------------------------------------------------------------------------- /ATmega/uart_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/uart_sw.c -------------------------------------------------------------------------------- /ATmega/uart_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/uart_sw.h -------------------------------------------------------------------------------- /ATmega/uartisr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/uartisr.c -------------------------------------------------------------------------------- /ATmega/uartisr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/uartisr.h -------------------------------------------------------------------------------- /ATmega/usii2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/usii2c.c -------------------------------------------------------------------------------- /ATmega/usii2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/usii2c.h -------------------------------------------------------------------------------- /ATmega/usispi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/usispi.c -------------------------------------------------------------------------------- /ATmega/usispi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATmega/usispi.h -------------------------------------------------------------------------------- /ATtiny/adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/adc.c -------------------------------------------------------------------------------- /ATtiny/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/adc.h -------------------------------------------------------------------------------- /ATtiny/pwm0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/pwm0.c -------------------------------------------------------------------------------- /ATtiny/pwm0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/pwm0.h -------------------------------------------------------------------------------- /ATtiny/pwm1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/pwm1.c -------------------------------------------------------------------------------- /ATtiny/pwm1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/pwm1.h -------------------------------------------------------------------------------- /ATtiny/readme.1st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/readme.1st -------------------------------------------------------------------------------- /ATtiny/tmr0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/tmr0.c -------------------------------------------------------------------------------- /ATtiny/tmr0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/tmr0.h -------------------------------------------------------------------------------- /ATtiny/tmr0oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/tmr0oc.c -------------------------------------------------------------------------------- /ATtiny/tmr0oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/tmr0oc.h -------------------------------------------------------------------------------- /ATtiny/tmr1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/tmr1.c -------------------------------------------------------------------------------- /ATtiny/tmr1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/tmr1.h -------------------------------------------------------------------------------- /ATtiny/tmr1oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/tmr1oc.c -------------------------------------------------------------------------------- /ATtiny/tmr1oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/tmr1oc.h -------------------------------------------------------------------------------- /ATtiny/uart0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/uart0.c -------------------------------------------------------------------------------- /ATtiny/uart0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/uart0.h -------------------------------------------------------------------------------- /ATtiny/uart0_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/uart0_sw.c -------------------------------------------------------------------------------- /ATtiny/uart0_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/uart0_sw.h -------------------------------------------------------------------------------- /ATtiny/uart0_usi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/uart0_usi.c -------------------------------------------------------------------------------- /ATtiny/uart0_usi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/uart0_usi.h -------------------------------------------------------------------------------- /ATtiny/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/uart1.c -------------------------------------------------------------------------------- /ATtiny/uart1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ATtiny/uart1.h -------------------------------------------------------------------------------- /LM3S/HPWM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/HPWM.c -------------------------------------------------------------------------------- /LM3S/HPWM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/HPWM.h -------------------------------------------------------------------------------- /LM3S/coretick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/coretick.c -------------------------------------------------------------------------------- /LM3S/coretick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/coretick.h -------------------------------------------------------------------------------- /LM3S/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/delay.c -------------------------------------------------------------------------------- /LM3S/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/delay.h -------------------------------------------------------------------------------- /LM3S/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/gpio.c -------------------------------------------------------------------------------- /LM3S/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/gpio.h -------------------------------------------------------------------------------- /LM3S/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/main.c -------------------------------------------------------------------------------- /LM3S/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/pwm.c -------------------------------------------------------------------------------- /LM3S/pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/pwm.h -------------------------------------------------------------------------------- /LM3S/pwm2tmr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/pwm2tmr.c -------------------------------------------------------------------------------- /LM3S/pwm2tmr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/pwm2tmr.h -------------------------------------------------------------------------------- /LM3S/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for Luminary / TI LM3S devices 2 | -------------------------------------------------------------------------------- /LM3S/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/systick.c -------------------------------------------------------------------------------- /LM3S/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/systick.h -------------------------------------------------------------------------------- /LM3S/timer0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/timer0.c -------------------------------------------------------------------------------- /LM3S/timer0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/timer0.h -------------------------------------------------------------------------------- /LM3S/timer1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/timer1.c -------------------------------------------------------------------------------- /LM3S/timer1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/timer1.h -------------------------------------------------------------------------------- /LM3S/timer2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/timer2.c -------------------------------------------------------------------------------- /LM3S/timer2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/timer2.h -------------------------------------------------------------------------------- /LM3S/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart.c -------------------------------------------------------------------------------- /LM3S/uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart.h -------------------------------------------------------------------------------- /LM3S/uart0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart0.c -------------------------------------------------------------------------------- /LM3S/uart0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart0.h -------------------------------------------------------------------------------- /LM3S/uart0isr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart0isr.c -------------------------------------------------------------------------------- /LM3S/uart0isr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart0isr.h -------------------------------------------------------------------------------- /LM3S/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart1.c -------------------------------------------------------------------------------- /LM3S/uart1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart1.h -------------------------------------------------------------------------------- /LM3S/uart1isr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart1isr.c -------------------------------------------------------------------------------- /LM3S/uart1isr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart1isr.h -------------------------------------------------------------------------------- /LM3S/uart2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart2.c -------------------------------------------------------------------------------- /LM3S/uart2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LM3S/uart2.h -------------------------------------------------------------------------------- /LPC11xx/adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/adc.c -------------------------------------------------------------------------------- /LPC11xx/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/adc.h -------------------------------------------------------------------------------- /LPC11xx/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/delay.c -------------------------------------------------------------------------------- /LPC11xx/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/delay.h -------------------------------------------------------------------------------- /LPC11xx/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/gpio.c -------------------------------------------------------------------------------- /LPC11xx/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/gpio.h -------------------------------------------------------------------------------- /LPC11xx/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/main.c -------------------------------------------------------------------------------- /LPC11xx/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for LPC11xx devices 2 | -------------------------------------------------------------------------------- /LPC11xx/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/systick.c -------------------------------------------------------------------------------- /LPC11xx/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/systick.h -------------------------------------------------------------------------------- /LPC11xx/tmr16b0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/tmr16b0.c -------------------------------------------------------------------------------- /LPC11xx/tmr16b0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/tmr16b0.h -------------------------------------------------------------------------------- /LPC11xx/tmr16b1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/tmr16b1.c -------------------------------------------------------------------------------- /LPC11xx/tmr16b1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/tmr16b1.h -------------------------------------------------------------------------------- /LPC11xx/tmr32b0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/tmr32b0.c -------------------------------------------------------------------------------- /LPC11xx/tmr32b0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/tmr32b0.h -------------------------------------------------------------------------------- /LPC11xx/tmr32b1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/tmr32b1.c -------------------------------------------------------------------------------- /LPC11xx/tmr32b1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/tmr32b1.h -------------------------------------------------------------------------------- /LPC11xx/uart0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/uart0.c -------------------------------------------------------------------------------- /LPC11xx/uart0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC11xx/uart0.h -------------------------------------------------------------------------------- /LPC12xx/adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/adc.c -------------------------------------------------------------------------------- /LPC12xx/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/adc.h -------------------------------------------------------------------------------- /LPC12xx/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/delay.c -------------------------------------------------------------------------------- /LPC12xx/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/delay.h -------------------------------------------------------------------------------- /LPC12xx/dhry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/dhry.h -------------------------------------------------------------------------------- /LPC12xx/dhry_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/dhry_1.c -------------------------------------------------------------------------------- /LPC12xx/dhry_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/dhry_2.c -------------------------------------------------------------------------------- /LPC12xx/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/gpio.c -------------------------------------------------------------------------------- /LPC12xx/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/gpio.h -------------------------------------------------------------------------------- /LPC12xx/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/main.c -------------------------------------------------------------------------------- /LPC12xx/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for LPC12xx devices 2 | -------------------------------------------------------------------------------- /LPC12xx/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/systick.c -------------------------------------------------------------------------------- /LPC12xx/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/systick.h -------------------------------------------------------------------------------- /LPC12xx/tmr16b0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/tmr16b0.c -------------------------------------------------------------------------------- /LPC12xx/tmr16b0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/tmr16b0.h -------------------------------------------------------------------------------- /LPC12xx/tmr16b1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/tmr16b1.c -------------------------------------------------------------------------------- /LPC12xx/tmr16b1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/tmr16b1.h -------------------------------------------------------------------------------- /LPC12xx/tmr32b0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/tmr32b0.c -------------------------------------------------------------------------------- /LPC12xx/tmr32b0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/tmr32b0.h -------------------------------------------------------------------------------- /LPC12xx/tmr32b1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/tmr32b1.c -------------------------------------------------------------------------------- /LPC12xx/tmr32b1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/tmr32b1.h -------------------------------------------------------------------------------- /LPC12xx/uart0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/uart0.c -------------------------------------------------------------------------------- /LPC12xx/uart0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/uart0.h -------------------------------------------------------------------------------- /LPC12xx/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/uart1.c -------------------------------------------------------------------------------- /LPC12xx/uart1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC12xx/uart1.h -------------------------------------------------------------------------------- /LPC13xx/adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/adc.c -------------------------------------------------------------------------------- /LPC13xx/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/adc.h -------------------------------------------------------------------------------- /LPC13xx/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/delay.c -------------------------------------------------------------------------------- /LPC13xx/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/delay.h -------------------------------------------------------------------------------- /LPC13xx/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/gpio.c -------------------------------------------------------------------------------- /LPC13xx/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/gpio.h -------------------------------------------------------------------------------- /LPC13xx/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/main.c -------------------------------------------------------------------------------- /LPC13xx/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for LPC13xx devices 2 | -------------------------------------------------------------------------------- /LPC13xx/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/systick.c -------------------------------------------------------------------------------- /LPC13xx/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/systick.h -------------------------------------------------------------------------------- /LPC13xx/tmr16b0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/tmr16b0.c -------------------------------------------------------------------------------- /LPC13xx/tmr16b0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/tmr16b0.h -------------------------------------------------------------------------------- /LPC13xx/tmr16b1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/tmr16b1.c -------------------------------------------------------------------------------- /LPC13xx/tmr16b1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/tmr16b1.h -------------------------------------------------------------------------------- /LPC13xx/tmr32b0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/tmr32b0.c -------------------------------------------------------------------------------- /LPC13xx/tmr32b0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/tmr32b0.h -------------------------------------------------------------------------------- /LPC13xx/tmr32b1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/tmr32b1.c -------------------------------------------------------------------------------- /LPC13xx/tmr32b1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/tmr32b1.h -------------------------------------------------------------------------------- /LPC13xx/uart0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/uart0.c -------------------------------------------------------------------------------- /LPC13xx/uart0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC13xx/uart0.h -------------------------------------------------------------------------------- /LPC17xx/adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/adc.c -------------------------------------------------------------------------------- /LPC17xx/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/adc.h -------------------------------------------------------------------------------- /LPC17xx/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/delay.c -------------------------------------------------------------------------------- /LPC17xx/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/delay.h -------------------------------------------------------------------------------- /LPC17xx/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/gpio.c -------------------------------------------------------------------------------- /LPC17xx/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/gpio.h -------------------------------------------------------------------------------- /LPC17xx/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/main.c -------------------------------------------------------------------------------- /LPC17xx/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for LPC17xx devices 2 | -------------------------------------------------------------------------------- /LPC17xx/rit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/rit.c -------------------------------------------------------------------------------- /LPC17xx/rit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/rit.h -------------------------------------------------------------------------------- /LPC17xx/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/systick.c -------------------------------------------------------------------------------- /LPC17xx/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/systick.h -------------------------------------------------------------------------------- /LPC17xx/tmr0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/tmr0.c -------------------------------------------------------------------------------- /LPC17xx/tmr0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/tmr0.h -------------------------------------------------------------------------------- /LPC17xx/tmr1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/tmr1.c -------------------------------------------------------------------------------- /LPC17xx/tmr1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/tmr1.h -------------------------------------------------------------------------------- /LPC17xx/tmr2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/tmr2.c -------------------------------------------------------------------------------- /LPC17xx/tmr2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/tmr2.h -------------------------------------------------------------------------------- /LPC17xx/tmr3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/tmr3.c -------------------------------------------------------------------------------- /LPC17xx/tmr3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/tmr3.h -------------------------------------------------------------------------------- /LPC17xx/uart0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/uart0.c -------------------------------------------------------------------------------- /LPC17xx/uart0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/uart0.h -------------------------------------------------------------------------------- /LPC17xx/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/uart1.c -------------------------------------------------------------------------------- /LPC17xx/uart1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/uart1.h -------------------------------------------------------------------------------- /LPC17xx/uart2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/uart2.c -------------------------------------------------------------------------------- /LPC17xx/uart2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/uart2.h -------------------------------------------------------------------------------- /LPC17xx/uart3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/uart3.c -------------------------------------------------------------------------------- /LPC17xx/uart3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC17xx/uart3.h -------------------------------------------------------------------------------- /LPC21xx/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/delay.c -------------------------------------------------------------------------------- /LPC21xx/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/delay.h -------------------------------------------------------------------------------- /LPC21xx/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/gpio.c -------------------------------------------------------------------------------- /LPC21xx/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/gpio.h -------------------------------------------------------------------------------- /LPC21xx/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/main.c -------------------------------------------------------------------------------- /LPC21xx/ptmr0_mr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/ptmr0_mr.c -------------------------------------------------------------------------------- /LPC21xx/ptmr0_mr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/ptmr0_mr.h -------------------------------------------------------------------------------- /LPC21xx/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for LPC21xx devices 2 | -------------------------------------------------------------------------------- /LPC21xx/rtc0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/rtc0.c -------------------------------------------------------------------------------- /LPC21xx/rtc0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/rtc0.h -------------------------------------------------------------------------------- /LPC21xx/rtc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/rtc1.c -------------------------------------------------------------------------------- /LPC21xx/rtc1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/rtc1.h -------------------------------------------------------------------------------- /LPC21xx/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/systick.c -------------------------------------------------------------------------------- /LPC21xx/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/systick.h -------------------------------------------------------------------------------- /LPC21xx/tmr0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/tmr0.c -------------------------------------------------------------------------------- /LPC21xx/tmr0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/tmr0.h -------------------------------------------------------------------------------- /LPC21xx/tmr0_mr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/tmr0_mr.c -------------------------------------------------------------------------------- /LPC21xx/tmr1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/tmr1.c -------------------------------------------------------------------------------- /LPC21xx/tmr1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/tmr1.h -------------------------------------------------------------------------------- /LPC21xx/uart0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/uart0.c -------------------------------------------------------------------------------- /LPC21xx/uart0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/uart0.h -------------------------------------------------------------------------------- /LPC21xx/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/uart1.c -------------------------------------------------------------------------------- /LPC21xx/uart1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/LPC21xx/uart1.h -------------------------------------------------------------------------------- /MSP430F/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/delay.c -------------------------------------------------------------------------------- /MSP430F/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/delay.h -------------------------------------------------------------------------------- /MSP430F/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/gpio.c -------------------------------------------------------------------------------- /MSP430F/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/gpio.h -------------------------------------------------------------------------------- /MSP430F/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/main.c -------------------------------------------------------------------------------- /MSP430F/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for MSP430F devices 2 | -------------------------------------------------------------------------------- /MSP430F/tmra0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/tmra0.c -------------------------------------------------------------------------------- /MSP430F/tmra0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/tmra0.h -------------------------------------------------------------------------------- /MSP430F/tmra1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/tmra1.c -------------------------------------------------------------------------------- /MSP430F/tmra1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/tmra1.h -------------------------------------------------------------------------------- /MSP430F/tmra2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/tmra2.c -------------------------------------------------------------------------------- /MSP430F/tmra2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/tmra2.h -------------------------------------------------------------------------------- /MSP430F/tmrb0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/tmrb0.c -------------------------------------------------------------------------------- /MSP430F/tmrb0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430F/tmrb0.h -------------------------------------------------------------------------------- /MSP430FR/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/delay.c -------------------------------------------------------------------------------- /MSP430FR/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/delay.h -------------------------------------------------------------------------------- /MSP430FR/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/gpio.c -------------------------------------------------------------------------------- /MSP430FR/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/gpio.h -------------------------------------------------------------------------------- /MSP430FR/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/main.c -------------------------------------------------------------------------------- /MSP430FR/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for MSP430FR chips 2 | -------------------------------------------------------------------------------- /MSP430FR/tmra0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/tmra0.c -------------------------------------------------------------------------------- /MSP430FR/tmra0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/tmra0.h -------------------------------------------------------------------------------- /MSP430FR/tmra1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/tmra1.c -------------------------------------------------------------------------------- /MSP430FR/tmra1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/tmra1.h -------------------------------------------------------------------------------- /MSP430FR/tmra2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/tmra2.c -------------------------------------------------------------------------------- /MSP430FR/tmra2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/tmra2.h -------------------------------------------------------------------------------- /MSP430FR/tmra3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/tmra3.c -------------------------------------------------------------------------------- /MSP430FR/tmra3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/tmra3.h -------------------------------------------------------------------------------- /MSP430FR/tmrb0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/tmrb0.c -------------------------------------------------------------------------------- /MSP430FR/tmrb0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/tmrb0.h -------------------------------------------------------------------------------- /MSP430FR/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/uart.c -------------------------------------------------------------------------------- /MSP430FR/uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/uart.h -------------------------------------------------------------------------------- /MSP430FR/uart0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/uart0.c -------------------------------------------------------------------------------- /MSP430FR/uart0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/uart0.h -------------------------------------------------------------------------------- /MSP430FR/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/uart1.c -------------------------------------------------------------------------------- /MSP430FR/uart1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/uart1.h -------------------------------------------------------------------------------- /MSP430FR/uart2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/uart2.c -------------------------------------------------------------------------------- /MSP430FR/uart2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/uart2.h -------------------------------------------------------------------------------- /MSP430FR/uart3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/uart3.c -------------------------------------------------------------------------------- /MSP430FR/uart3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP430FR/uart3.h -------------------------------------------------------------------------------- /MSP430G_F2/readme.1st: -------------------------------------------------------------------------------- 1 | MSP430G/F2xx devices 2 | -------------------------------------------------------------------------------- /MSP432/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/delay.c -------------------------------------------------------------------------------- /MSP432/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/delay.h -------------------------------------------------------------------------------- /MSP432/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/gpio.c -------------------------------------------------------------------------------- /MSP432/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/gpio.h -------------------------------------------------------------------------------- /MSP432/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/main.c -------------------------------------------------------------------------------- /MSP432/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for msp432 2 | -------------------------------------------------------------------------------- /MSP432/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/systick.c -------------------------------------------------------------------------------- /MSP432/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/systick.h -------------------------------------------------------------------------------- /MSP432/ta0oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/ta0oc.c -------------------------------------------------------------------------------- /MSP432/ta0oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/ta0oc.h -------------------------------------------------------------------------------- /MSP432/ta1oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/ta1oc.c -------------------------------------------------------------------------------- /MSP432/ta1oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/ta1oc.h -------------------------------------------------------------------------------- /MSP432/ta2oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/ta2oc.c -------------------------------------------------------------------------------- /MSP432/ta2oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/ta2oc.h -------------------------------------------------------------------------------- /MSP432/ta3oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/ta3oc.c -------------------------------------------------------------------------------- /MSP432/ta3oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/ta3oc.h -------------------------------------------------------------------------------- /MSP432/tmr32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/tmr32.c -------------------------------------------------------------------------------- /MSP432/tmr32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/tmr32.h -------------------------------------------------------------------------------- /MSP432/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/uart.c -------------------------------------------------------------------------------- /MSP432/uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/uart.h -------------------------------------------------------------------------------- /MSP432/uart0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/uart0.c -------------------------------------------------------------------------------- /MSP432/uart0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/uart0.h -------------------------------------------------------------------------------- /MSP432/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/uart1.c -------------------------------------------------------------------------------- /MSP432/uart1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/uart1.h -------------------------------------------------------------------------------- /MSP432/uart2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/uart2.c -------------------------------------------------------------------------------- /MSP432/uart2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/uart2.h -------------------------------------------------------------------------------- /MSP432/uart3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/uart3.c -------------------------------------------------------------------------------- /MSP432/uart3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/MSP432/uart3.h -------------------------------------------------------------------------------- /PIC10_12_16_18/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for PIC10/12/16/18 devices 2 | -------------------------------------------------------------------------------- /PIC24F/Qmath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/Qmath.c -------------------------------------------------------------------------------- /PIC24F/Qmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/Qmath.h -------------------------------------------------------------------------------- /PIC24F/adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/adc.c -------------------------------------------------------------------------------- /PIC24F/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/adc.h -------------------------------------------------------------------------------- /PIC24F/cmp1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/cmp1.c -------------------------------------------------------------------------------- /PIC24F/cmp1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/cmp1.h -------------------------------------------------------------------------------- /PIC24F/cmp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/cmp2.c -------------------------------------------------------------------------------- /PIC24F/cmp2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/cmp2.h -------------------------------------------------------------------------------- /PIC24F/cmp3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/cmp3.c -------------------------------------------------------------------------------- /PIC24F/cmp3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/cmp3.h -------------------------------------------------------------------------------- /PIC24F/cn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/cn.c -------------------------------------------------------------------------------- /PIC24F/cn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/cn.h -------------------------------------------------------------------------------- /PIC24F/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/config.h -------------------------------------------------------------------------------- /PIC24F/cvref.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/cvref.c -------------------------------------------------------------------------------- /PIC24F/cvref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/cvref.h -------------------------------------------------------------------------------- /PIC24F/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/delay.c -------------------------------------------------------------------------------- /PIC24F/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/delay.h -------------------------------------------------------------------------------- /PIC24F/extint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/extint.c -------------------------------------------------------------------------------- /PIC24F/extint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/extint.h -------------------------------------------------------------------------------- /PIC24F/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/gpio.c -------------------------------------------------------------------------------- /PIC24F/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/gpio.h -------------------------------------------------------------------------------- /PIC24F/i2c1_hw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/i2c1_hw.c -------------------------------------------------------------------------------- /PIC24F/i2c1_hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/i2c1_hw.h -------------------------------------------------------------------------------- /PIC24F/i2c2_hw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/i2c2_hw.c -------------------------------------------------------------------------------- /PIC24F/i2c2_hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/i2c2_hw.h -------------------------------------------------------------------------------- /PIC24F/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/main.c -------------------------------------------------------------------------------- /PIC24F/pwm1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm1.c -------------------------------------------------------------------------------- /PIC24F/pwm1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm1.h -------------------------------------------------------------------------------- /PIC24F/pwm2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm2.c -------------------------------------------------------------------------------- /PIC24F/pwm2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm2.h -------------------------------------------------------------------------------- /PIC24F/pwm3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm3.c -------------------------------------------------------------------------------- /PIC24F/pwm3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm3.h -------------------------------------------------------------------------------- /PIC24F/pwm4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm4.c -------------------------------------------------------------------------------- /PIC24F/pwm4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm4.h -------------------------------------------------------------------------------- /PIC24F/pwm5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm5.c -------------------------------------------------------------------------------- /PIC24F/pwm5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm5.h -------------------------------------------------------------------------------- /PIC24F/pwm_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm_sw.c -------------------------------------------------------------------------------- /PIC24F/pwm_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/pwm_sw.h -------------------------------------------------------------------------------- /PIC24F/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for PIC24F devices 2 | -------------------------------------------------------------------------------- /PIC24F/rtc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtc1.c -------------------------------------------------------------------------------- /PIC24F/rtc1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtc1.h -------------------------------------------------------------------------------- /PIC24F/rtc2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtc2.c -------------------------------------------------------------------------------- /PIC24F/rtc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtc2.h -------------------------------------------------------------------------------- /PIC24F/rtc3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtc3.c -------------------------------------------------------------------------------- /PIC24F/rtc3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtc3.h -------------------------------------------------------------------------------- /PIC24F/rtc4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtc4.c -------------------------------------------------------------------------------- /PIC24F/rtc4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtc4.h -------------------------------------------------------------------------------- /PIC24F/rtc5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtc5.c -------------------------------------------------------------------------------- /PIC24F/rtc5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtc5.h -------------------------------------------------------------------------------- /PIC24F/rtcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtcc.c -------------------------------------------------------------------------------- /PIC24F/rtcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/rtcc.h -------------------------------------------------------------------------------- /PIC24F/spi1_hw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/spi1_hw.c -------------------------------------------------------------------------------- /PIC24F/spi1_hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/spi1_hw.h -------------------------------------------------------------------------------- /PIC24F/spi2_hw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/spi2_hw.c -------------------------------------------------------------------------------- /PIC24F/spi2_hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/spi2_hw.h -------------------------------------------------------------------------------- /PIC24F/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/systick.c -------------------------------------------------------------------------------- /PIC24F/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/systick.h -------------------------------------------------------------------------------- /PIC24F/tmr1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr1.c -------------------------------------------------------------------------------- /PIC24F/tmr1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr1.h -------------------------------------------------------------------------------- /PIC24F/tmr2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr2.c -------------------------------------------------------------------------------- /PIC24F/tmr2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr2.h -------------------------------------------------------------------------------- /PIC24F/tmr3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr3.c -------------------------------------------------------------------------------- /PIC24F/tmr3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr3.h -------------------------------------------------------------------------------- /PIC24F/tmr4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr4.c -------------------------------------------------------------------------------- /PIC24F/tmr4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr4.h -------------------------------------------------------------------------------- /PIC24F/tmr5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr5.c -------------------------------------------------------------------------------- /PIC24F/tmr5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr5.h -------------------------------------------------------------------------------- /PIC24F/tmr_oc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr_oc1.c -------------------------------------------------------------------------------- /PIC24F/tmr_oc1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr_oc1.h -------------------------------------------------------------------------------- /PIC24F/tmr_oc2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr_oc2.c -------------------------------------------------------------------------------- /PIC24F/tmr_oc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr_oc2.h -------------------------------------------------------------------------------- /PIC24F/tmr_oc3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr_oc3.c -------------------------------------------------------------------------------- /PIC24F/tmr_oc3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr_oc3.h -------------------------------------------------------------------------------- /PIC24F/tmr_oc4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr_oc4.c -------------------------------------------------------------------------------- /PIC24F/tmr_oc4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr_oc4.h -------------------------------------------------------------------------------- /PIC24F/tmr_oc5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr_oc5.c -------------------------------------------------------------------------------- /PIC24F/tmr_oc5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmr_oc5.h -------------------------------------------------------------------------------- /PIC24F/tmroc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmroc.c -------------------------------------------------------------------------------- /PIC24F/tmroc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/tmroc.h -------------------------------------------------------------------------------- /PIC24F/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uart1.c -------------------------------------------------------------------------------- /PIC24F/uart1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uart1.h -------------------------------------------------------------------------------- /PIC24F/uart2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uart2.c -------------------------------------------------------------------------------- /PIC24F/uart2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uart2.h -------------------------------------------------------------------------------- /PIC24F/uartoc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uartoc1.c -------------------------------------------------------------------------------- /PIC24F/uartoc1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uartoc1.h -------------------------------------------------------------------------------- /PIC24F/uartoc2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uartoc2.c -------------------------------------------------------------------------------- /PIC24F/uartoc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uartoc2.h -------------------------------------------------------------------------------- /PIC24F/uartoc3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uartoc3.c -------------------------------------------------------------------------------- /PIC24F/uartoc3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uartoc3.h -------------------------------------------------------------------------------- /PIC24F/uartoc4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uartoc4.c -------------------------------------------------------------------------------- /PIC24F/uartoc4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uartoc4.h -------------------------------------------------------------------------------- /PIC24F/uartoc5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uartoc5.c -------------------------------------------------------------------------------- /PIC24F/uartoc5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/PIC24F/uartoc5.h -------------------------------------------------------------------------------- /PIC32MX1xx_2xx_3xx/readme.1st: -------------------------------------------------------------------------------- 1 | MCU drivers for PIC32MX1xx/2xx/3xx devices 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/README.md -------------------------------------------------------------------------------- /STM32F0/adc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/adc1.c -------------------------------------------------------------------------------- /STM32F0/adc1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/adc1.h -------------------------------------------------------------------------------- /STM32F0/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/delay.c -------------------------------------------------------------------------------- /STM32F0/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/delay.h -------------------------------------------------------------------------------- /STM32F0/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/gpio.c -------------------------------------------------------------------------------- /STM32F0/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/gpio.h -------------------------------------------------------------------------------- /STM32F0/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/main.c -------------------------------------------------------------------------------- /STM32F0/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/pwm.c -------------------------------------------------------------------------------- /STM32F0/pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/pwm.h -------------------------------------------------------------------------------- /STM32F0/readme.1st: -------------------------------------------------------------------------------- 1 | MCU drivers for STM32F0 devices 2 | -------------------------------------------------------------------------------- /STM32F0/tim14.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim14.c -------------------------------------------------------------------------------- /STM32F0/tim14.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim14.h -------------------------------------------------------------------------------- /STM32F0/tim16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim16.c -------------------------------------------------------------------------------- /STM32F0/tim16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim16.h -------------------------------------------------------------------------------- /STM32F0/tim17.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim17.c -------------------------------------------------------------------------------- /STM32F0/tim17.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim17.h -------------------------------------------------------------------------------- /STM32F0/tim1oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim1oc.c -------------------------------------------------------------------------------- /STM32F0/tim1oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim1oc.h -------------------------------------------------------------------------------- /STM32F0/tim2oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim2oc.c -------------------------------------------------------------------------------- /STM32F0/tim2oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim2oc.h -------------------------------------------------------------------------------- /STM32F0/tim3oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim3oc.c -------------------------------------------------------------------------------- /STM32F0/tim3oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/tim3oc.h -------------------------------------------------------------------------------- /STM32F0/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/uart1.c -------------------------------------------------------------------------------- /STM32F0/uart1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F0/uart1.h -------------------------------------------------------------------------------- /STM32F1xx/adc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/adc1.c -------------------------------------------------------------------------------- /STM32F1xx/adc1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/adc1.h -------------------------------------------------------------------------------- /STM32F1xx/dac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/dac.c -------------------------------------------------------------------------------- /STM32F1xx/dac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/dac.h -------------------------------------------------------------------------------- /STM32F1xx/exti.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/exti.c -------------------------------------------------------------------------------- /STM32F1xx/exti.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/exti.h -------------------------------------------------------------------------------- /STM32F1xx/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/gpio.c -------------------------------------------------------------------------------- /STM32F1xx/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/gpio.h -------------------------------------------------------------------------------- /STM32F1xx/iwdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/iwdt.c -------------------------------------------------------------------------------- /STM32F1xx/iwdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/iwdt.h -------------------------------------------------------------------------------- /STM32F1xx/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/main.c -------------------------------------------------------------------------------- /STM32F1xx/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/pwm.c -------------------------------------------------------------------------------- /STM32F1xx/pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/pwm.h -------------------------------------------------------------------------------- /STM32F1xx/readme.1st: -------------------------------------------------------------------------------- 1 | MCU drivers for STM32F1xx devices 2 | -------------------------------------------------------------------------------- /STM32F1xx/rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/rtc.c -------------------------------------------------------------------------------- /STM32F1xx/rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/rtc.h -------------------------------------------------------------------------------- /STM32F1xx/tim6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/tim6.c -------------------------------------------------------------------------------- /STM32F1xx/tim6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/tim6.h -------------------------------------------------------------------------------- /STM32F1xx/tim7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/tim7.c -------------------------------------------------------------------------------- /STM32F1xx/tim7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F1xx/tim7.h -------------------------------------------------------------------------------- /STM32F4/dac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/dac.c -------------------------------------------------------------------------------- /STM32F4/dac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/dac.h -------------------------------------------------------------------------------- /STM32F4/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/delay.c -------------------------------------------------------------------------------- /STM32F4/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/delay.h -------------------------------------------------------------------------------- /STM32F4/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/gpio.c -------------------------------------------------------------------------------- /STM32F4/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/gpio.h -------------------------------------------------------------------------------- /STM32F4/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/main.c -------------------------------------------------------------------------------- /STM32F4/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for STM32F4 devices 2 | -------------------------------------------------------------------------------- /STM32F4/tim10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim10.c -------------------------------------------------------------------------------- /STM32F4/tim10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim10.h -------------------------------------------------------------------------------- /STM32F4/tim11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim11.c -------------------------------------------------------------------------------- /STM32F4/tim11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim11.h -------------------------------------------------------------------------------- /STM32F4/tim12.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim12.c -------------------------------------------------------------------------------- /STM32F4/tim12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim12.h -------------------------------------------------------------------------------- /STM32F4/tim13.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim13.c -------------------------------------------------------------------------------- /STM32F4/tim13.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim13.h -------------------------------------------------------------------------------- /STM32F4/tim14.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim14.c -------------------------------------------------------------------------------- /STM32F4/tim14.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim14.h -------------------------------------------------------------------------------- /STM32F4/tim8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim8.c -------------------------------------------------------------------------------- /STM32F4/tim8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim8.h -------------------------------------------------------------------------------- /STM32F4/tim9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim9.c -------------------------------------------------------------------------------- /STM32F4/tim9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM32F4/tim9.h -------------------------------------------------------------------------------- /STM8/adc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/adc1.c -------------------------------------------------------------------------------- /STM8/adc1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/adc1.h -------------------------------------------------------------------------------- /STM8/awu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/awu.c -------------------------------------------------------------------------------- /STM8/awu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/awu.h -------------------------------------------------------------------------------- /STM8/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/delay.c -------------------------------------------------------------------------------- /STM8/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/delay.h -------------------------------------------------------------------------------- /STM8/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/gpio.c -------------------------------------------------------------------------------- /STM8/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/gpio.h -------------------------------------------------------------------------------- /STM8/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/main.c -------------------------------------------------------------------------------- /STM8/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/pwm.c -------------------------------------------------------------------------------- /STM8/pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/pwm.h -------------------------------------------------------------------------------- /STM8/readme.1st: -------------------------------------------------------------------------------- 1 | MCU drivers for STM8A/S/L devices. 2 | -------------------------------------------------------------------------------- /STM8/stm8s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/stm8s.h -------------------------------------------------------------------------------- /STM8/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/systick.c -------------------------------------------------------------------------------- /STM8/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/systick.h -------------------------------------------------------------------------------- /STM8/tim1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim1.c -------------------------------------------------------------------------------- /STM8/tim1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim1.h -------------------------------------------------------------------------------- /STM8/tim1oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim1oc.c -------------------------------------------------------------------------------- /STM8/tim1oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim1oc.h -------------------------------------------------------------------------------- /STM8/tim2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim2.c -------------------------------------------------------------------------------- /STM8/tim2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim2.h -------------------------------------------------------------------------------- /STM8/tim2oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim2oc.c -------------------------------------------------------------------------------- /STM8/tim2oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim2oc.h -------------------------------------------------------------------------------- /STM8/tim3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim3.c -------------------------------------------------------------------------------- /STM8/tim3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim3.h -------------------------------------------------------------------------------- /STM8/tim3oc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim3oc.c -------------------------------------------------------------------------------- /STM8/tim3oc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim3oc.h -------------------------------------------------------------------------------- /STM8/tim4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim4.c -------------------------------------------------------------------------------- /STM8/tim4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/tim4.h -------------------------------------------------------------------------------- /STM8/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/uart1.c -------------------------------------------------------------------------------- /STM8/uart1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/uart1.h -------------------------------------------------------------------------------- /STM8/uart2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/uart2.c -------------------------------------------------------------------------------- /STM8/uart2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/STM8/uart2.h -------------------------------------------------------------------------------- /TM4C129/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4C129/delay.c -------------------------------------------------------------------------------- /TM4C129/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4C129/delay.h -------------------------------------------------------------------------------- /TM4C129/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4C129/gpio.c -------------------------------------------------------------------------------- /TM4C129/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4C129/gpio.h -------------------------------------------------------------------------------- /TM4C129/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4C129/main.c -------------------------------------------------------------------------------- /TM4C129/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for TM4C129 2 | -------------------------------------------------------------------------------- /TM4C_LM4F120/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for TM4C/LM4F devices 2 | -------------------------------------------------------------------------------- /TM4E/coretick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4E/coretick.c -------------------------------------------------------------------------------- /TM4E/coretick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4E/coretick.h -------------------------------------------------------------------------------- /TM4E/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4E/delay.c -------------------------------------------------------------------------------- /TM4E/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4E/delay.h -------------------------------------------------------------------------------- /TM4E/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4E/gpio.c -------------------------------------------------------------------------------- /TM4E/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4E/gpio.h -------------------------------------------------------------------------------- /TM4E/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4E/main.c -------------------------------------------------------------------------------- /TM4E/readme.1st: -------------------------------------------------------------------------------- 1 | MCU libraries for TM4E devices 2 | -------------------------------------------------------------------------------- /TM4E/systick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4E/systick.c -------------------------------------------------------------------------------- /TM4E/systick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/TM4E/systick.h -------------------------------------------------------------------------------- /USART_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/USART_sw.c -------------------------------------------------------------------------------- /USART_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/USART_sw.h -------------------------------------------------------------------------------- /ad5206.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad5206.c -------------------------------------------------------------------------------- /ad5206.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad5206.h -------------------------------------------------------------------------------- /ad5220.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad5220.c -------------------------------------------------------------------------------- /ad5220.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad5220.h -------------------------------------------------------------------------------- /ad5242.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad5242.c -------------------------------------------------------------------------------- /ad5242.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad5242.h -------------------------------------------------------------------------------- /ad524x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad524x.c -------------------------------------------------------------------------------- /ad524x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad524x.h -------------------------------------------------------------------------------- /ad525x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad525x.c -------------------------------------------------------------------------------- /ad525x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad525x.h -------------------------------------------------------------------------------- /ad5310.c: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ad5310.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad5310.h -------------------------------------------------------------------------------- /ad5320.c: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ad5320.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad5320.h -------------------------------------------------------------------------------- /ad56x1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad56x1.c -------------------------------------------------------------------------------- /ad56x1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad56x1.h -------------------------------------------------------------------------------- /ad5932.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad5932.c -------------------------------------------------------------------------------- /ad5932.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad5932.h -------------------------------------------------------------------------------- /ad7321.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad7321.c -------------------------------------------------------------------------------- /ad7321.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad7321.h -------------------------------------------------------------------------------- /ad7628.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad7628.c -------------------------------------------------------------------------------- /ad7628.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad7628.h -------------------------------------------------------------------------------- /ad9832.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad9832.c -------------------------------------------------------------------------------- /ad9832.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ad9832.h -------------------------------------------------------------------------------- /adc0808.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/adc0808.c -------------------------------------------------------------------------------- /adc0808.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/adc0808.h -------------------------------------------------------------------------------- /adc080x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/adc080x.c -------------------------------------------------------------------------------- /adc080x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/adc080x.h -------------------------------------------------------------------------------- /adc0831.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/adc0831.c -------------------------------------------------------------------------------- /adc0831.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/adc0831.h -------------------------------------------------------------------------------- /ads782x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ads782x.c -------------------------------------------------------------------------------- /ads782x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ads782x.h -------------------------------------------------------------------------------- /benchmark_ti.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/benchmark_ti.c -------------------------------------------------------------------------------- /benchmark_ti.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/benchmark_ti.h -------------------------------------------------------------------------------- /bignum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/bignum.c -------------------------------------------------------------------------------- /bignum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/bignum.h -------------------------------------------------------------------------------- /bit_reverse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/bit_reverse.c -------------------------------------------------------------------------------- /bit_reverse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/bit_reverse.h -------------------------------------------------------------------------------- /bmp180.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/bmp180.c -------------------------------------------------------------------------------- /bmp180.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/bmp180.h -------------------------------------------------------------------------------- /cd4021.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/cd4021.c -------------------------------------------------------------------------------- /cd4021.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/cd4021.h -------------------------------------------------------------------------------- /cd4051.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/cd4051.c -------------------------------------------------------------------------------- /cd4051.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/cd4051.h -------------------------------------------------------------------------------- /cd9094.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/cd9094.c -------------------------------------------------------------------------------- /cd9094.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/cd9094.h -------------------------------------------------------------------------------- /chksum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/chksum.c -------------------------------------------------------------------------------- /chksum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/chksum.h -------------------------------------------------------------------------------- /complex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/complex.c -------------------------------------------------------------------------------- /complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/complex.h -------------------------------------------------------------------------------- /complex_math.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/complex_math.c -------------------------------------------------------------------------------- /complex_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/complex_math.h -------------------------------------------------------------------------------- /cordic16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/cordic16.c -------------------------------------------------------------------------------- /cordic16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/cordic16.h -------------------------------------------------------------------------------- /cordic32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/cordic32.c -------------------------------------------------------------------------------- /cordic32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/cordic32.h -------------------------------------------------------------------------------- /crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/crc.c -------------------------------------------------------------------------------- /crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/crc.h -------------------------------------------------------------------------------- /crc16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/crc16.c -------------------------------------------------------------------------------- /crc16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/crc16.h -------------------------------------------------------------------------------- /dac083x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dac083x.c -------------------------------------------------------------------------------- /dac083x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dac083x.h -------------------------------------------------------------------------------- /dds_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dds_sw.c -------------------------------------------------------------------------------- /dds_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dds_sw.h -------------------------------------------------------------------------------- /delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/delay.c -------------------------------------------------------------------------------- /delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/delay.h -------------------------------------------------------------------------------- /dft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dft.c -------------------------------------------------------------------------------- /dft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dft.h -------------------------------------------------------------------------------- /dhry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dhry.h -------------------------------------------------------------------------------- /dhry_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dhry_1.c -------------------------------------------------------------------------------- /dhry_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dhry_2.c -------------------------------------------------------------------------------- /ds12887.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds12887.c -------------------------------------------------------------------------------- /ds12887.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds12887.h -------------------------------------------------------------------------------- /ds1302.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1302.c -------------------------------------------------------------------------------- /ds1302.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1302.h -------------------------------------------------------------------------------- /ds1307.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1307.c -------------------------------------------------------------------------------- /ds1307.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1307.h -------------------------------------------------------------------------------- /ds1340.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1340.c -------------------------------------------------------------------------------- /ds1340.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1340.h -------------------------------------------------------------------------------- /ds1620.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1620.c -------------------------------------------------------------------------------- /ds1620.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1620.h -------------------------------------------------------------------------------- /ds1621.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1621.c -------------------------------------------------------------------------------- /ds1621.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1621.h -------------------------------------------------------------------------------- /ds18.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds18.c -------------------------------------------------------------------------------- /ds18.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds18.h -------------------------------------------------------------------------------- /ds1804.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1804.c -------------------------------------------------------------------------------- /ds1804.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds1804.h -------------------------------------------------------------------------------- /ds3231.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds3231.c -------------------------------------------------------------------------------- /ds3231.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds3231.h -------------------------------------------------------------------------------- /ds3232.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds3232.c -------------------------------------------------------------------------------- /ds3232.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds3232.h -------------------------------------------------------------------------------- /ds323x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds323x.c -------------------------------------------------------------------------------- /ds323x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ds323x.h -------------------------------------------------------------------------------- /dsync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dsync.c -------------------------------------------------------------------------------- /dsync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/dsync.h -------------------------------------------------------------------------------- /encoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/encoder.c -------------------------------------------------------------------------------- /encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/encoder.h -------------------------------------------------------------------------------- /encoder1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/encoder1.c -------------------------------------------------------------------------------- /encoder1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/encoder1.h -------------------------------------------------------------------------------- /encoder2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/encoder2.c -------------------------------------------------------------------------------- /encoder2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/encoder2.h -------------------------------------------------------------------------------- /encout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/encout.c -------------------------------------------------------------------------------- /encout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/encout.h -------------------------------------------------------------------------------- /encrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/encrypt.c -------------------------------------------------------------------------------- /encrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/encrypt.h -------------------------------------------------------------------------------- /fPID.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fPID.c -------------------------------------------------------------------------------- /fPID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fPID.h -------------------------------------------------------------------------------- /fastinvsqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fastinvsqrt.c -------------------------------------------------------------------------------- /fastinvsqrt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fastinvsqrt.h -------------------------------------------------------------------------------- /fft_ditr2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fft_ditr2.c -------------------------------------------------------------------------------- /fft_ditr2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fft_ditr2.h -------------------------------------------------------------------------------- /fft_fix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fft_fix.c -------------------------------------------------------------------------------- /fft_fix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fft_fix.h -------------------------------------------------------------------------------- /fft_float.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fft_float.c -------------------------------------------------------------------------------- /fft_float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fft_float.h -------------------------------------------------------------------------------- /fft_fp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fft_fp.c -------------------------------------------------------------------------------- /fft_fp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fft_fp.h -------------------------------------------------------------------------------- /fifo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fifo.c -------------------------------------------------------------------------------- /fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fifo.h -------------------------------------------------------------------------------- /fontnum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fontnum.c -------------------------------------------------------------------------------- /fontnum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fontnum.h -------------------------------------------------------------------------------- /fs637x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fs637x.c -------------------------------------------------------------------------------- /fs637x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fs637x.h -------------------------------------------------------------------------------- /fs714x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fs714x.c -------------------------------------------------------------------------------- /fs714x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/fs714x.h -------------------------------------------------------------------------------- /gadc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/gadc.c -------------------------------------------------------------------------------- /gadc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/gadc.h -------------------------------------------------------------------------------- /hc164.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc164.c -------------------------------------------------------------------------------- /hc164.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc164.h -------------------------------------------------------------------------------- /hc164_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc164_spi.c -------------------------------------------------------------------------------- /hc164_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc164_spi.h -------------------------------------------------------------------------------- /hc165.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc165.c -------------------------------------------------------------------------------- /hc165.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc165.h -------------------------------------------------------------------------------- /hc573.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc573.c -------------------------------------------------------------------------------- /hc573.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc573.h -------------------------------------------------------------------------------- /hc595.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc595.c -------------------------------------------------------------------------------- /hc595.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc595.h -------------------------------------------------------------------------------- /hc595_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc595_spi.c -------------------------------------------------------------------------------- /hc595_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hc595_spi.h -------------------------------------------------------------------------------- /hdg12864.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hdg12864.c -------------------------------------------------------------------------------- /hdg12864.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hdg12864.h -------------------------------------------------------------------------------- /hdg12864_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hdg12864_spi.c -------------------------------------------------------------------------------- /hdg12864_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hdg12864_spi.h -------------------------------------------------------------------------------- /hx711.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hx711.c -------------------------------------------------------------------------------- /hx711.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/hx711.h -------------------------------------------------------------------------------- /i2c1_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/i2c1_sw.c -------------------------------------------------------------------------------- /i2c1_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/i2c1_sw.h -------------------------------------------------------------------------------- /i2c2_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/i2c2_sw.c -------------------------------------------------------------------------------- /i2c2_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/i2c2_sw.h -------------------------------------------------------------------------------- /i2c_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/i2c_sw.c -------------------------------------------------------------------------------- /i2c_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/i2c_sw.h -------------------------------------------------------------------------------- /iPID.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/iPID.c -------------------------------------------------------------------------------- /iPID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/iPID.h -------------------------------------------------------------------------------- /ieee1057.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ieee1057.c -------------------------------------------------------------------------------- /ieee1057.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ieee1057.h -------------------------------------------------------------------------------- /imu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/imu.c -------------------------------------------------------------------------------- /imu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/imu.h -------------------------------------------------------------------------------- /kalman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/kalman.c -------------------------------------------------------------------------------- /kalman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/kalman.h -------------------------------------------------------------------------------- /key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/key.c -------------------------------------------------------------------------------- /key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/key.h -------------------------------------------------------------------------------- /key_read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/key_read.c -------------------------------------------------------------------------------- /key_read.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/key_read.h -------------------------------------------------------------------------------- /keyint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/keyint.c -------------------------------------------------------------------------------- /keyint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/keyint.h -------------------------------------------------------------------------------- /l3gd20spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/l3gd20spi.c -------------------------------------------------------------------------------- /l3gd20spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/l3gd20spi.h -------------------------------------------------------------------------------- /lcd7seg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd7seg.c -------------------------------------------------------------------------------- /lcd7seg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd7seg.h -------------------------------------------------------------------------------- /lcd_2wi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_2wi.c -------------------------------------------------------------------------------- /lcd_2wi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_2wi.h -------------------------------------------------------------------------------- /lcd_3wi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_3wi.c -------------------------------------------------------------------------------- /lcd_3wi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_3wi.h -------------------------------------------------------------------------------- /lcd_4bit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_4bit.c -------------------------------------------------------------------------------- /lcd_4bit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_4bit.h -------------------------------------------------------------------------------- /lcd_hc164.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_hc164.c -------------------------------------------------------------------------------- /lcd_hc164.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_hc164.h -------------------------------------------------------------------------------- /lcd_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_i2c.c -------------------------------------------------------------------------------- /lcd_i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_i2c.h -------------------------------------------------------------------------------- /lcd_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_spi.c -------------------------------------------------------------------------------- /lcd_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lcd_spi.h -------------------------------------------------------------------------------- /led2_pins.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led2_pins.c -------------------------------------------------------------------------------- /led2_pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led2_pins.h -------------------------------------------------------------------------------- /led3_pins.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led3_pins.c -------------------------------------------------------------------------------- /led3_pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led3_pins.h -------------------------------------------------------------------------------- /led4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led4.c -------------------------------------------------------------------------------- /led4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led4.h -------------------------------------------------------------------------------- /led4_pins.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led4_pins.c -------------------------------------------------------------------------------- /led4_pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led4_pins.h -------------------------------------------------------------------------------- /led7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7.c -------------------------------------------------------------------------------- /led7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7.h -------------------------------------------------------------------------------- /led7_sr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7_sr.c -------------------------------------------------------------------------------- /led7_sr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7_sr.h -------------------------------------------------------------------------------- /led7i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7i.c -------------------------------------------------------------------------------- /led7i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7i.h -------------------------------------------------------------------------------- /led7spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7spi.c -------------------------------------------------------------------------------- /led7spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7spi.h -------------------------------------------------------------------------------- /led7spix8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7spix8.c -------------------------------------------------------------------------------- /led7spix8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7spix8.h -------------------------------------------------------------------------------- /led7x8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7x8.c -------------------------------------------------------------------------------- /led7x8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led7x8.h -------------------------------------------------------------------------------- /led8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led8.c -------------------------------------------------------------------------------- /led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led8.h -------------------------------------------------------------------------------- /led8_pins.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led8_pins.c -------------------------------------------------------------------------------- /led8_pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/led8_pins.h -------------------------------------------------------------------------------- /ledbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ledbar.c -------------------------------------------------------------------------------- /ledbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ledbar.h -------------------------------------------------------------------------------- /lfsr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lfsr.c -------------------------------------------------------------------------------- /lfsr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lfsr.h -------------------------------------------------------------------------------- /lsm303.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lsm303.c -------------------------------------------------------------------------------- /lsm303.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/lsm303.h -------------------------------------------------------------------------------- /ltc1450.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc1450.c -------------------------------------------------------------------------------- /ltc1450.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc1450.h -------------------------------------------------------------------------------- /ltc1451.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc1451.c -------------------------------------------------------------------------------- /ltc1451.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc1451.h -------------------------------------------------------------------------------- /ltc1456.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc1456.c -------------------------------------------------------------------------------- /ltc1456.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc1456.h -------------------------------------------------------------------------------- /ltc1655.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc1655.c -------------------------------------------------------------------------------- /ltc1655.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc1655.h -------------------------------------------------------------------------------- /ltc166x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc166x.c -------------------------------------------------------------------------------- /ltc166x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc166x.h -------------------------------------------------------------------------------- /ltc186x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc186x.c -------------------------------------------------------------------------------- /ltc186x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc186x.h -------------------------------------------------------------------------------- /ltc2440.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc2440.c -------------------------------------------------------------------------------- /ltc2440.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ltc2440.h -------------------------------------------------------------------------------- /max1240.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max1240.c -------------------------------------------------------------------------------- /max1240.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max1240.h -------------------------------------------------------------------------------- /max51x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max51x.c -------------------------------------------------------------------------------- /max51x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max51x.h -------------------------------------------------------------------------------- /max541x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max541x.c -------------------------------------------------------------------------------- /max541x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max541x.h -------------------------------------------------------------------------------- /max582x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max582x.c -------------------------------------------------------------------------------- /max582x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max582x.h -------------------------------------------------------------------------------- /max5839.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max5839.c -------------------------------------------------------------------------------- /max5839.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max5839.h -------------------------------------------------------------------------------- /max667x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max667x.c -------------------------------------------------------------------------------- /max667x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max667x.h -------------------------------------------------------------------------------- /max7219.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max7219.c -------------------------------------------------------------------------------- /max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max7219.h -------------------------------------------------------------------------------- /max7221.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max7221.c -------------------------------------------------------------------------------- /max7221.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/max7221.h -------------------------------------------------------------------------------- /mcp23017.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp23017.c -------------------------------------------------------------------------------- /mcp23017.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp23017.h -------------------------------------------------------------------------------- /mcp23s17.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp23s17.c -------------------------------------------------------------------------------- /mcp23s17.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp23s17.h -------------------------------------------------------------------------------- /mcp3001.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp3001.c -------------------------------------------------------------------------------- /mcp3001.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp3001.h -------------------------------------------------------------------------------- /mcp3204.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp3204.c -------------------------------------------------------------------------------- /mcp3204.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp3204.h -------------------------------------------------------------------------------- /mcp3221.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp3221.c -------------------------------------------------------------------------------- /mcp3221.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp3221.h -------------------------------------------------------------------------------- /mcp3421.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp3421.c -------------------------------------------------------------------------------- /mcp3421.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp3421.h -------------------------------------------------------------------------------- /mcp3550.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp3550.c -------------------------------------------------------------------------------- /mcp3550.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp3550.h -------------------------------------------------------------------------------- /mcp41xxx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp41xxx.c -------------------------------------------------------------------------------- /mcp41xxx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp41xxx.h -------------------------------------------------------------------------------- /mcp4725.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp4725.c -------------------------------------------------------------------------------- /mcp4725.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp4725.h -------------------------------------------------------------------------------- /mcp4821.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp4821.c -------------------------------------------------------------------------------- /mcp4821.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp4821.h -------------------------------------------------------------------------------- /mcp4822.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp4822.c -------------------------------------------------------------------------------- /mcp4822.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp4822.h -------------------------------------------------------------------------------- /mcp4921.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp4921.c -------------------------------------------------------------------------------- /mcp4921.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp4921.h -------------------------------------------------------------------------------- /mcp4922.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp4922.c -------------------------------------------------------------------------------- /mcp4922.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp4922.h -------------------------------------------------------------------------------- /mcp6s2x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp6s2x.c -------------------------------------------------------------------------------- /mcp6s2x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp6s2x.h -------------------------------------------------------------------------------- /mcp980x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp980x.c -------------------------------------------------------------------------------- /mcp980x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mcp980x.h -------------------------------------------------------------------------------- /misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/misc.c -------------------------------------------------------------------------------- /misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/misc.h -------------------------------------------------------------------------------- /mpu6050.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mpu6050.c -------------------------------------------------------------------------------- /mpu6050.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/mpu6050.h -------------------------------------------------------------------------------- /nec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/nec.c -------------------------------------------------------------------------------- /nec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/nec.h -------------------------------------------------------------------------------- /nrc17.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/nrc17.c -------------------------------------------------------------------------------- /nrc17.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/nrc17.h -------------------------------------------------------------------------------- /ntc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ntc.c -------------------------------------------------------------------------------- /ntc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ntc.h -------------------------------------------------------------------------------- /num2str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/num2str.c -------------------------------------------------------------------------------- /num2str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/num2str.h -------------------------------------------------------------------------------- /one_wire.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/one_wire.c -------------------------------------------------------------------------------- /one_wire.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/one_wire.h -------------------------------------------------------------------------------- /orthog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/orthog.c -------------------------------------------------------------------------------- /orthog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/orthog.h -------------------------------------------------------------------------------- /othog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/othog.c -------------------------------------------------------------------------------- /othog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/othog.h -------------------------------------------------------------------------------- /pca9554.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pca9554.c -------------------------------------------------------------------------------- /pca9554.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pca9554.h -------------------------------------------------------------------------------- /pca9685.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pca9685.c -------------------------------------------------------------------------------- /pca9685.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pca9685.h -------------------------------------------------------------------------------- /pcf8574.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pcf8574.c -------------------------------------------------------------------------------- /pcf8574.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pcf8574.h -------------------------------------------------------------------------------- /pcf8575.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pcf8575.c -------------------------------------------------------------------------------- /pcf8575.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pcf8575.h -------------------------------------------------------------------------------- /pcf8583.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pcf8583.c -------------------------------------------------------------------------------- /pcf8583.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pcf8583.h -------------------------------------------------------------------------------- /pcf8591.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pcf8591.c -------------------------------------------------------------------------------- /pcf8591.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pcf8591.h -------------------------------------------------------------------------------- /pid_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pid_1.c -------------------------------------------------------------------------------- /pid_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pid_1.h -------------------------------------------------------------------------------- /pid_f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pid_f.c -------------------------------------------------------------------------------- /pid_f.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pid_f.h -------------------------------------------------------------------------------- /pidx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pidx.c -------------------------------------------------------------------------------- /pidx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/pidx.h -------------------------------------------------------------------------------- /rand_adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/rand_adc.c -------------------------------------------------------------------------------- /rand_adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/rand_adc.h -------------------------------------------------------------------------------- /rand_xor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/rand_xor.c -------------------------------------------------------------------------------- /rand_xor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/rand_xor.h -------------------------------------------------------------------------------- /rctime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/rctime.c -------------------------------------------------------------------------------- /rctime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/rctime.h -------------------------------------------------------------------------------- /revar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/revar.c -------------------------------------------------------------------------------- /revar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/revar.h -------------------------------------------------------------------------------- /rtcc_hw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/rtcc_hw.c -------------------------------------------------------------------------------- /rtcc_hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/rtcc_hw.h -------------------------------------------------------------------------------- /send1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/send1.c -------------------------------------------------------------------------------- /send1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/send1.h -------------------------------------------------------------------------------- /shield_keypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/shield_keypad.c -------------------------------------------------------------------------------- /shield_keypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/shield_keypad.h -------------------------------------------------------------------------------- /shield_lcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/shield_lcd.c -------------------------------------------------------------------------------- /shield_lcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/shield_lcd.h -------------------------------------------------------------------------------- /shiftr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/shiftr.c -------------------------------------------------------------------------------- /shiftr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/shiftr.h -------------------------------------------------------------------------------- /sht.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/sht.c -------------------------------------------------------------------------------- /sht.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/sht.h -------------------------------------------------------------------------------- /smotor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/smotor.c -------------------------------------------------------------------------------- /smotor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/smotor.h -------------------------------------------------------------------------------- /spi1_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/spi1_sw.c -------------------------------------------------------------------------------- /spi1_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/spi1_sw.h -------------------------------------------------------------------------------- /spi2_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/spi2_sw.c -------------------------------------------------------------------------------- /spi2_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/spi2_sw.h -------------------------------------------------------------------------------- /spi_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/spi_sw.c -------------------------------------------------------------------------------- /spi_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/spi_sw.h -------------------------------------------------------------------------------- /srand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/srand.c -------------------------------------------------------------------------------- /srand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/srand.h -------------------------------------------------------------------------------- /ssd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ssd.c -------------------------------------------------------------------------------- /ssd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ssd.h -------------------------------------------------------------------------------- /stimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/stimer.c -------------------------------------------------------------------------------- /stimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/stimer.h -------------------------------------------------------------------------------- /swRTC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/swRTC.c -------------------------------------------------------------------------------- /swRTC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/swRTC.h -------------------------------------------------------------------------------- /tc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tc.c -------------------------------------------------------------------------------- /tc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tc.h -------------------------------------------------------------------------------- /tc74.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tc74.c -------------------------------------------------------------------------------- /tc74.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tc74.h -------------------------------------------------------------------------------- /tc77.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tc77.c -------------------------------------------------------------------------------- /tc77.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tc77.h -------------------------------------------------------------------------------- /tc_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tc_i.c -------------------------------------------------------------------------------- /tc_i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tc_i.h -------------------------------------------------------------------------------- /tibenchmark.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tibenchmark.c -------------------------------------------------------------------------------- /tibenchmark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tibenchmark.h -------------------------------------------------------------------------------- /tlc1543.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tlc1543.c -------------------------------------------------------------------------------- /tlc1543.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tlc1543.h -------------------------------------------------------------------------------- /tlc548.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tlc548.c -------------------------------------------------------------------------------- /tlc548.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tlc548.h -------------------------------------------------------------------------------- /tlc5615.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tlc5615.c -------------------------------------------------------------------------------- /tlc5615.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/tlc5615.h -------------------------------------------------------------------------------- /ul2led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ul2led.c -------------------------------------------------------------------------------- /ul2led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ul2led.h -------------------------------------------------------------------------------- /unipolar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/unipolar.c -------------------------------------------------------------------------------- /unipolar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/unipolar.h -------------------------------------------------------------------------------- /vi402.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/vi402.c -------------------------------------------------------------------------------- /vi402.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/vi402.h -------------------------------------------------------------------------------- /vi402_hc164.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/vi402_hc164.c -------------------------------------------------------------------------------- /vi402_hc164.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/vi402_hc164.h -------------------------------------------------------------------------------- /whetstone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/whetstone.c -------------------------------------------------------------------------------- /whetstone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/whetstone.h -------------------------------------------------------------------------------- /wiinc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/wiinc.c -------------------------------------------------------------------------------- /wiinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/wiinc.h -------------------------------------------------------------------------------- /ws2803.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ws2803.c -------------------------------------------------------------------------------- /ws2803.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ws2803.h -------------------------------------------------------------------------------- /ws281x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ws281x.c -------------------------------------------------------------------------------- /ws281x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dannyf00/My-MCU-Libraries---2nd-try/HEAD/ws281x.h --------------------------------------------------------------------------------