EDF - OnePIC MCU
v1.1.0
|
Main loop for the 8bit + base code. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "OnePIC_int.h"
#include "OnePIC_timer.h"
#include "OnePIC_lcd.h"
#include "OnePIC_led.h"
#include "OnePIC_isr.h"
#include "OnePIC_switch.h"
#include "OnePIC_pot.h"
#include "OnePIC_i2c.h"
#include "Compiler.h"
#include "OnePIC_8bit_demo_main.h"
#include "OnePIC_mtouch.h"
#include "OnePIC_rtcc.h"
#include "TimeDelay.h"
Go to the source code of this file.
Functions | |
int | main () |
main loop for the 8bit. Tasks include: | |
Variables | |
RTCC | _time |
contains the time |
Main loop for the 8bit + base code.
Definition in file main8.c.