EDF - OnePIC MCU  v1.1.0
source/base/main32.c File Reference

Main loop for the 32bit + 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 "mTouchCapAPI.h"
#include "mTouchConfig.h"
#include "mTouchCapLED.h"
#include "mTouchCapApp_DirectKeys.h"
#include "OnePIC_mtouch.h"
#include "OnePIC_rtcc.h"
#include "TimeDelay.h"
Include dependency graph for main32.c:

Go to the source code of this file.

Functions

int main (void)
 main loop for the 32bit. Tasks include:

Detailed Description

Main loop for the 32bit + base code.

Definition in file main32.c.


Function Documentation

int main ( void  )

main loop for the 32bit. Tasks include:

  • Init
  • take a POT reading
  • poll mTouch buttons
  • process the real-time clock & calender (RTCC)

Definition at line 106 of file main32.c.

Here is the call graph for this function: