Project

General

Profile

Revision 68

working decently

View differences:

mouse_macros.h
1
#ifndef _MOUSE_H_
2
#define _MOUSE_H_
1
#ifndef MOUSE_MACROS_H_INCLUDED
2
#define MOUSE_MACROS_H_INCLUDED
3 3

  
4 4
/* Mouse Data Packet */
5 5
// Byte 0 - Button States
......
34 34
#define ACK_INVALID 0xFE /* @brief Invalid Byte, first occurence */
35 35
#define ACK_ERROR   0xFC /* @brief Invalid Byte on resend */
36 36

  
37
#endif // _MOUSE_H_
37
#endif // MOUSE_MACROS_H_INCLUDED

Also available in: Unified diff