Skip to content

Instantly share code, notes, and snippets.

View onito's full-sized avatar
💭
I may be slow to respond.

Scottish AngryTIG onito

💭
I may be slow to respond.
View GitHub Profile

🎷 버텀라인 재즈클럽 연혁 및 클럽활동 분석

📜 연혁

버텀라인 재즈클럽은 인천 신포동에 위치한 한국에서 가장 오래된 재즈클럽 중 하나입니다. 이 클럽은 1983년에 설립되어 오랜 역사와 전통을 자랑합니다

  1. 100년이 넘은 근대 목조 건물에 자리 잡고 있으며, 재즈 애호가들에게 사랑받는 장소입니다.
  • 설립 연도: 1983년
@onito
onito / JDN.html
Last active July 4, 2017 13:20
Just Do Nothing
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>My World !!! It works</title>
<style type="text/css" media="screen">
* {
margin: 20px 50px 50px 50px;
padding: 0px 0px 0px 0px;
}
@onito
onito / Ch07_a_88dot_matrix.ino
Last active July 3, 2017 15:44
Ch07_a 8x8 Dot Matrix and other Letters
#include <FrequencyTimer2.h>
// exc'l define LETTERS, please check attachmrnt below.
byte col = 0;
byte leds[8][8];
int pins[17] = { -1, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 14, 15, 16, 17 };
int cols[8] = {pins[13], pins[3], pins[4], pins[10], pins[06], pins[11], pins[15], pins[16]};
int rows[8] = {pins[9], pins[14], pins[8], pins[12], pins[1], pins[7], pins[2], pins[5]};
@onito
onito / Ch10_2Servo_moters.ino
Last active July 2, 2017 13:30
2 joints robot arm control
#include <Servo.h>
const int servo_00 = 3, servo_01 = 5, buz_00 = 9; // about pin-number set
const int timeStep = 1000, int timeSwing = 30; // about time
Servo mServo00, mServo01; // object 0,1 for micro-servo
void setup() {
mServo00.attach(servo_00); // initailize00
mServo01.attach(servo_01); // initailize01
pinMode(buz_00, OUTPUT); // LED light will be attached at the same port (9)
int led_00 = 5; int led_01 = 6; int led_02 = 7; int led_03 = 8; int led_04 = 9; int led_05 = 10; int led_06 = 11;
int led_07 = 12; int led_08 = 13;
int btn_00 = 3;
int buz_00 = 2;
int delayOn = 60;
int delayOff = 30;
int delayBuzz = 1;
int led_00 = 5; int led_01 = 6; int led_02 = 7; int led_03 = 8; int led_04 = 9; int led_05 = 10; int led_06 = 11; int led_07 = 12; int led_08 = 13;
int bott_00 = 3;
int buzz_00 = 2;
int delayOn = 60;
int delayOff = 30;
int delayBuzz = 1;
float endStayRate = 4.0;
int led_00 = 5;
int led_01 = 6;
int led_02 = 7;
int led_03 = 8;
int led_04 = 9;
int led_05 = 10;
int led_06 = 11;
int led_07 = 12;
int led_08 = 13;
@onito
onito / Modif_LedSignals.ino
Last active May 1, 2017 12:58
Trailing blink by JJM - Modified
int led_00 = 5;
int led_01 = 6;
int led_02 = 7;
int led_03 = 8;
int led_04 = 9;
int led_05 = 10;
int led_06 = 11;
int led_07 = 12;
int led_08 = 13;