20191103
5개의 구부림 센서의 값을 모두 받아 출력해보았다. int temp[5][6] ={0,0,0,0,0,0}; void setup() { // put your setup code here, to run once: Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: int sV[5] = {analogRead(A0),analogRead(A1),analogRead(A2),analogRead(A3),analogRead(A4)}; for (int i = 0;i=1000*5?100:-100); } Serial.println(""); }
20190904
모음은 ㅣ, ㅔ, ㅐ, ㅏ, ㅜ, ㅗ, ㅓ, ㅡ, ㅟ, ㅚ (단모음 10개) + ㅑ, ㅕ, ㅛ, ㅠ, ㅒ, ㅖ, ㅘ, ㅝ, ㅙ, ㅞ, ㅢ' (이중모음 11개)의 21개로 이루어져 있다. 예전에 키보드를 사용하던 중에 상성에서 개발한 모아키 라는 키보드가 있다. 모아키는 자음으로만 이루어진 키보드 배열으로 빠르게 글자를 입력할 수 있다. https://play.google.com/store/apps/details?id=org.samsung.app.MoAKey&hl=ko 삼성 모아키 한글 키보드 - Google Play 앱 "한번 적응하면 가장 쉽고 빠른 키보드!! 지금 모아키로 분당 400타에 도전해 보세요!" 모아키는 터치스크린 기반 단말에서 한글(한자포함) 입력을 가장 쉽고 빠르게 입력 할 수 있도록 ..