Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.85 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.85 KB

exercise_helper

Exercise assistant app using Arduino and EMG sensors

DATABASE

column name type 설명
_id integer primary key autoincrement
title text 메모의 제목
category text 운동할 부위
delay integer 운동한 시간 (단위: 초)
content text 메모의 내용
_time timestamp 메모를 저장한 시간
_average real 근전도 값의 평균

ICON

Icons made by Freepik from www.flaticon.com

Icons made by Freepik from www.flaticon.com

dependencies

Apache License 2.0

  • com.akexorcist:bluetoothspp:1.0.0
  • com.github.PhilJay:MPAndroidChart:v3.0.3