Skip to content

Instantly share code, notes, and snippets.

View endlessdev's full-sized avatar
๐Ÿš€
Launching Rocket

Jade Yeom endlessdev

๐Ÿš€
Launching Rocket
View GitHub Profile
@endlessdev
endlessdev / migrateHeroicons.js
Created February 7, 2024 07:06 — forked from christiangenco/migrateHeroicons.js
Heroicons v1 to v2
const fs = require("fs");
if (!fs.existsSync("package.json")) {
console.error(
"Cannot find package.json. Please run this script in your project directory."
);
process.exit(1);
}
const package = fs.readFileSync("package.json", "utf8");
@endlessdev
endlessdev / prisma-client.ts
Created July 7, 2019 15:52
Prisma Tutorial 1
// Code generated by Prisma ([email protected]). DO NOT EDIT.
// Please don't change this file manually but run `prisma generate` to update it.
// For more information, please read the docs: https://www.prisma.io/docs/prisma-client/
import { DocumentNode } from "graphql";
import {
makePrismaClientClass,
BaseClientOptions,
Model
} from "prisma-client-lib";
@endlessdev
endlessdev / ใ…ใ„ดใ…‡ใ„น. ino
Created June 21, 2017 12:57
WTH ์ˆ˜ํ–‰ํ‰๊ฐ€
#define BUTTON1 3#define BUTTON2 4#define BUTTON3 5
#define LED1 9#define LED2 10#define LED3 11
#define BUZZER 2
bool buttonFlag = false;
void setup(){
ย  Serial.begin(9600);ย  ย  pinMode(LED1, OUTPUT);ย  pinMode(LED2, OUTPUT);ย  pinMode(LED3, OUTPUT);ย  ย  pinMode(BUTTON1, INPUT_PULLUP);ย  pinMode(BUTTON2, INPUT_PULLUP);ย  pinMode(BUTTON3, INPUT_PULLUP);ย  ย  pinMode(BUZZER, OUTPUT);
ย  attachInterrupt(digitalPinToInterrupt(BUTTON1), onButtonChanged, FALLING);ย  attachInterrupt(digitalPinToInterrupt(BUTTON2), onButtonChanged, FALLING);ย  attachInterrupt(digitalPinToInterrupt(BUTTON3), onButtonChanged, FALLING);}
void onButtonChanged(){ย  if(buttonFlag) return;
ย  bool isClickedFirst = !digitalRead(BUTTON1);ย  bool isClickedSecond = !digitalRead(BUTTON2);ย  bool isClickedThird = !digitalRead(BUTTON3);
ย  if(isClickedFirst){ย ย ย  Serial.println("clicked 1");ย ย ย  digitalWrite(LED1, HIGH);ย ย ย  tone(BUZZER, 200, 1000);ย  } ย  if (isClickedSecond){ย ย ย  Serial.println("clicked 2");ย ย ย  digitalWrite(LED2, HIGH);ย ย ย  tone(BUZZER, 300, 1000);ย 
@endlessdev
endlessdev / 8x8_matrix_led.c
Created June 15, 2017 03:23
Arduino 8x8 Matrics LED
#include <LedControl.h>
#define DIN 12
#define CS 11
#define CLK 10
#define AMOUNT_LCD 3
#define NAME_FIRST {0x7C,0x50,0x7C,0x00,0xFE,0x38,0x44,0x38}
#define NAME_SECOND {0x18,0x24,0x18,0x00,0x7E,0x18,0x18,0x18}
#define NAME_LAST {0x48,0xB5,0x69,0x27,0xE5,0x07,0x00,0x00}
@endlessdev
endlessdev / sketch_study_1_RTC.c
Created May 31, 2017 06:24
RTC(Real Time Clock) Module - ์•„๋‘์ด๋…ธ, 1602 ์บ๋ฆญํ„ฐ LCD, RTC Module๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ โ–ช ํ˜„์žฌ ๋‚ ์งœ์™€ ์š”์ผ ์‹œ๊ฐ„์„ ๋ชจ๋‘ ํ‘œ์‹œํ•˜๋Š” ํƒ์ƒ์‹œ๊ณ„๋ฅผ ์ œ์ž‘ํ•˜์‹œ์˜ค.
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#include <Time.h>
#include <TimeLib.h>
#include <DS1302RTC.h>
#define RST 2 // RST or CE
#define DAT 3 // DAT or IO
#define CLK 4 // CLK
@endlessdev
endlessdev / ํƒœ์–‘๊ณ„์˜_ํ–‰์„ฑ_1.md
Last active October 6, 2015 12:11
ํƒœ์–‘๊ณ„์˜ ํ–‰์„ฑ_1

#ํƒœ์–‘๊ณ„์˜ ํ–‰์„ฑ

๋ณธ ๋งˆํฌ๋‹ค์šด ๋ฌธ์„œ๋Š” ํ•œ๊ตญ๋””์ง€ํ„ธ๋ฏธ๋””์–ด๊ณ ๋“ฑํ•™๊ต 2015๋…„ 1ํ•™๋…„ 2ํ•™๊ธฐ ์ค‘๊ฐ„๊ณ ์‚ฌ์˜ ๊ณผํ•™์‹œํ—˜๋ฒ”์œ„๋ฅผ ๊ธฐ์ค€์œผ๋กœ ์š”์•ฝ์ •๋ฆฌํ•œ ๋ฌธ์„œ์ž…๋‹ˆ๋‹ค.

๋ณธ ๋ฌธ์„œ์˜ ์ €์ž‘๊ถŒ์€ ์ž‘์„ฑ์ž ์—ผ์Šน์šฐ์—๊ฒŒ ์žˆ์œผ๋ฉฐ, [๋ชจ๋‘๊ฐ€ ๋งŒ๋“œ๋Š” ๋ชจ๋‘์˜ ๋ฐฐ์›€ํ„ฐ, ๋‘๋Ÿฐ][1]์„œ๋น„์Šค์— ๊ท€์†๋ฉ๋‹ˆ๋‹ค.

ํ˜„์žฌ [๋ชจ๋‘๊ฐ€ ๋งŒ๋“œ๋Š” ๋ชจ๋‘์˜ ๋ฐฐ์›€ํ„ฐ, ๋‘๋Ÿฐ][1]์„œ๋น„์Šค๊ฐ€ ์—…๋ฐ์ดํŠธ๊ฐ€ ์ง„ํ–‰๋˜์ง€ ์•Š์€ ๊ด€๊ณ„๋กœ, GitHub์— ์—…๋กœ๋“œํ•ฉ๋‹ˆ๋‹ค.

์—…๋ฐ์ดํŠธ๊ฐ€ ์™„๋ฃŒ๋œ ํ›„ ๋‘๋Ÿฐ์„œ๋น„์Šค๋กœ ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค.