본문 바로가기

코딩

아두이노 mySQL 접속 참고 github.com/ChuckBell/MySQL_Connector_Arduino/wiki ChuckBell/MySQL_Connector_Arduino Database connector library for using MySQL with your Arduino projects. - ChuckBell/MySQL_Connector_Arduino github.com 준비사항 MySQL 서버 및 MySQL 사용자 수정 권한 아두이노 보드 이더넷 또는 와이파이 모듈 MySQL 서버 설정 아두이노 IDE에 라이브러리 추가 아두이노 IDE에 MySQL Connector Arduino 라이브러리를 추가한다. 외부 접속 설정 우선 아두이노에서 사용할 MySQL 계정을 다음 명령어로 손봐야 한다. 아두이노 보드가 어떤.. 더보기
텔레그램 봇 Go언어(Golang) API (2) 이전 글 [코딩/Go언어] - 텔레그램 봇 Go언어(Golang) API (1) 텔레그램 봇 Go언어(Golang) API (1) 시작 API 받기 BotFather: telegram.me/BotFather Github https://github.com/go-telegram-bot-api/telegram-bot-api/wiki go-telegram-bot-api/telegram-bot-api/wiki Golang bindings for the Telegram Bot API... blog-jooso.tistory.com 예시 package main import ( "log" "github.com/go-telegram-bot-api/telegram-bot-api" ) var numericKeyboard = .. 더보기
텔레그램 봇 Go언어(Golang) API (1) 시작 API 받기 BotFather: telegram.me/BotFather Github https://github.com/go-telegram-bot-api/telegram-bot-api/wiki go-telegram-bot-api/telegram-bot-api/wiki Golang bindings for the Telegram Bot API. Contribute to go-telegram-bot-api/telegram-bot-api development by creating an account on GitHub. github.com Golang 최소 사양: v1.0.1 라이센스: MIT 라이센스 설치: go get github.com/go-telegram-bot-api/telegram-bot-api .. 더보기