Microchip® Advanced Software Framework

sam/applications/sam4l_qtouch_demo/main.c File Reference

Low Power and QTouch Demo for SAM4L.

Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.

#include "asf.h"
#include "app.h"
#include "ui.h"
#include "event.h"

Functions

static bool is_ps2_mode_supported_by_the_part (void)
 Check if PS2 mode is supported by the part. More...
 
int main (void)
 Lower power and QTouch Demo for SAM4L entry point. More...
 

static bool is_ps2_mode_supported_by_the_part ( void  )
static

Check if PS2 mode is supported by the part.

Return values
trueThe part support PS2 mode.
falseThe part doesn't support PS2 mode.

Referenced by main().