?? circle_test.h
字號:
/* Copyright (c) 2007 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is confidential property of
* Nordic Semiconductor. The use, copying, transfer or disclosure
* of such information is prohibited except by express written
* agreement with Nordic Semiconductor.
*/
/** @file
* Header file for mouse circle data generator used in the
* Wireless Desktop Protocol demo.
*
* @author Lasse Olsen
*
*/
#ifndef _CIRLE_TEST_H
#define _CIRLE_TEST_H
#define CIRCLE_SCALE 1
#define CORD_SIZE 25
#include "stdint.h"
typedef enum
{
X_POS,
Y_POS
} circle_test_pos;
void circle_test_get(int8_t *in_data);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -