BLDC모터 컨트롤러 BLC-22H06P-C0 by 김봉조
- 입력전압 : DC 12V / 24V
- 적용모터 안내 : BL3640
- BLC-22H06P-C0 (use only BL3640)
미세진동 측정 - LSM6DS3 가속도계 자이로 센서를 이용 by 김봉조
- /* Arduino LSM6DS3 - Simple Accelerometer This example reads the acceleration values from the LSM6DS3 sensor and continuously prints them to the Serial Monitor or Serial Plotter
- /* Arduino LSM6DS3 - Simple Accelerometer This example reads the acceleration values from the LSM6DS3 sensor and continuously prints them to the Serial Monitor or Serial Plotter
- println(result_z); if((result_x != pre_x) && (result_y != pre_y)&& (result_z != pre_z)) movesense++; pre_x = result_x; pre_y = result_y; pre_z = result_z; Serial
[AC모터] MR50 AC 싱크로너스모터/AC220V 14.4rpm/소형 ac모터 by 김봉조
- ■ MR50 AC 싱크로너스모터
- - AC 220V GEARED MOTOR
- * 속도조절기 : KAC015S(별매)
일정 간격으로 함수를 반복 실행하는 방법 python by 김봉조 about Python
- from time import sleep def hello(name): print "Hello %s!" % name print "starting
- import threading import time class RepeatedTimer(object): def __init__(self
- is_running = False 샘플 사용법은 from time import sleep def hello(name): print "Hello %s!" % name print "starting
Google Maps 101: 비하인드 스토리, 사람이 붐비는 시간 및 실시간 정보! by SPH
홍정모강의 질문답변 도우미 모집 by 홍정모