Operating System
Functions | Variables
kbhit.c File Reference

keyboard cunstom interupt callback. More...

#include <stdint.h>
#include "../include/stdio.h"
#include "../include/utilities.h"

Go to the source code of this file.

Functions

void kb_custom_interupt ()
 

Variables

int16_t row = 8
 
int16_t column = 10
 
int16_t evenFlag = 1
 

Detailed Description

keyboard cunstom interupt callback.

currently, it only output "outch!" in user program

Definition in file kbhit.c.

Function Documentation

◆ kb_custom_interupt()

void kb_custom_interupt ( )

Definition at line 14 of file kbhit.c.

Variable Documentation

◆ column

int16_t column = 10

Definition at line 12 of file kbhit.c.

◆ evenFlag

int16_t evenFlag = 1

Definition at line 13 of file kbhit.c.

◆ row

int16_t row = 8

Definition at line 11 of file kbhit.c.