tact스위치 썸네일형 리스트형 [Kernel Porting] Tact 스위치를 이용한 사칙연산 작업 환경-메인 OS : Windows 8.1K(Intel Core i5-4590)-작업 OS : Ubuntu 14.04.5 LTS 64bit(VirtualBox)-장 비 명 : Hybus-Smart4412 tactsw.c#include#include#include#include#include#include#include#include #define tact_d "/dev/tactsw" void calc(int *num , char op , int *i); int main(){int tact , sum=0 , i=0;char op;int num[2];unsigned char c;tact = open(tact_d , O_RDWR);if(tact < 0){printf("open failed!\n");}whi.. 더보기 이전 1 다음