EDF - OnePIC MCU
v1.1.0
|
source/16bit/OnePIC_16bit_int.c [code] | Controls all interrupt related tasks for the 16bit such as: |
source/16bit/OnePIC_16bit_isr.c [code] | Interrupt routine for the 16bit base code demonstartion |
source/16bit/OnePIC_16bit_mtouch.c [code] | Initilizes the 5 touch buttons as well as board init |
source/16bit/OnePIC_16bit_pot.c [code] | Configures the potentiometer and takes a reading |
source/16bit/OnePIC_16bit_timer.c [code] | All timer related tasks such as: |
source/16bit/include/bsp.h [code] | All board specifics are defined in here: |
source/32bit/OnePIC_32bit_int.c [code] | Controls all interrupt related tasks for the 32bit such as: |
source/32bit/OnePIC_32bit_isr.c [code] | Interrupt routine for the 32bit base code demonstartion |
source/32bit/OnePIC_32bit_mtouch.c [code] | Initilizes the 5 touch buttons as well as board init |
source/32bit/OnePIC_32bit_pot.c [code] | Configures the potentiometer and takes a reading |
source/32bit/OnePIC_32bit_timer.c [code] | All timer related tasks such as: |
source/32bit/include/bsp.h [code] | Board specific defines here |
source/32bit/include/HardwareProfile.h [code] | |
source/32bit/include/mTouchConfig.h [code] | |
source/8bit/OnePIC_8bit_int.c [code] | Controls all interrupt related tasks for the 8bit such as: |
source/8bit/OnePIC_8bit_isr.c [code] | Interrupt routine for the 8bit base code demonstartion |
source/8bit/OnePIC_8bit_mtouch.c [code] | Initilizes the 5 touch buttons as well as board init |
source/8bit/OnePIC_8bit_pot.c [code] | Configures the potentiometer and takes a reading |
source/8bit/OnePIC_8bit_timer.c [code] | All timer related tasks such as: |
source/8bit/include/bsp.h [code] | All board specifics are defined in here: |
source/8bit_IR/OnePIC_8bit_demo_irda.c [code] | A bit-bang UART routine for the PICtail device which has an IrDA transciever and encoder/decoder |
source/8bit_IR/OnePIC_8bit_demo_irda.h [code] | |
source/8bit_IR/OnePIC_8bit_demo_isr.c [code] | Enter here if using the 8bit demo, else use the base code ISR |
source/8bit_IR/OnePIC_8bit_demo_isr.h [code] | |
source/8bit_IR/OnePIC_8bit_demo_main.c [code] | Main application for the IrDA demo on the 8-bit PIC16LF1939 |
source/8bit_IR/OnePIC_8bit_demo_main.h [code] | |
source/8bit_IR/OnePIC_8bit_demo_mcp2200.c [code] | Connects to the MCP2200 using the Hardware UART module |
source/8bit_IR/OnePIC_8bit_demo_mcp2200.h [code] | |
source/8bit_IR/OnePIC_8bit_demo_mtouch.c [code] | Very similiar to base code's mtouch |
source/8bit_IR/OnePIC_8bit_demo_mtouch.h [code] | |
source/base/main16.c [code] | Main loop for the 16bit code + base code |
source/base/main32.c [code] | Main loop for the 32bit + base code |
source/base/main8.c [code] | Main loop for the 8bit + base code |
source/base/OnePIC_i2c.c [code] | Performs all I2C Master related tasks such as: |
source/base/OnePIC_lcd.c [code] | Delegates all LCD routines. The LCD is written to in 4 bit mode via 4 pins on each micro |
source/base/OnePIC_led.c [code] | Inits the LEDs on the board and translates POT values to LED bar graph |
source/base/OnePIC_mtouch.c [code] | Contains touch routine which lights up the corresponding mTouch LED when pressed Enter here every mTouch interrupt for polling of buttons |
source/base/OnePIC_rtcc.c [code] | Performs all RTCC tasks |
source/base/OnePIC_switch.c [code] | |
source/base/include/OnePIC_i2c.h [code] | |
source/base/include/OnePIC_int.h [code] | |
source/base/include/OnePIC_isr.h [code] | |
source/base/include/OnePIC_lcd.h [code] | |
source/base/include/OnePIC_led.h [code] | |
source/base/include/OnePIC_mtouch.h [code] | |
source/base/include/OnePIC_pot.h [code] | |
source/base/include/OnePIC_rtcc.h [code] | |
source/base/include/OnePIC_switch.h [code] | |
source/base/include/OnePIC_timer.h [code] | |
source/Microchip/Common/TimeDelay.c [code] | Consists of all delay routines throughout the project |