Skip to content

Instantly share code, notes, and snippets.

/**
* @file qiita_6a18249a31a87dad84e2.ino
* @brief Arduino Sample Code
* @author Keitetsu
* @date 2021/02/14
* @copyright Copyright (c) 2021 Keitetsu
* @par License
* This software is released under the MIT License.
*/
@KeitetsuWorks
KeitetsuWorks / servos.ino
Created February 15, 2021 13:53
Servo Motors Controller
/**
* @file servos.ino
* @brief Servo Motors Controller
* @author Keitetsu
* @date 2021/02/15
* @copyright Copyright (c) 2021 Keitetsu
* @par License
* This software is released under the MIT License.
*/
@KeitetsuWorks
KeitetsuWorks / servo_button.ino
Last active November 24, 2021 14:30
Arduino: ボタンスイッチでサーボモータの角度を切り替える
/**
* @file servo_button.ino
* @brief Servo Motor Controller
* @author Keitetsu
* @date 2021/09/29
* @copyright Copyright (c) 2021 Keitetsu
* @par License
* This software is released under the MIT License.
*/
@KeitetsuWorks
KeitetsuWorks / arduino.ino
Last active October 13, 2021 14:34
Simple LED Switch
/**
* @file arduino.ino
* @brief LED Controller
* @author Keitetsu
* @date 2021/10/13
* @copyright Copyright (c) 2021 Keitetsu
* @par License
* This software is released under the MIT License.
*/
@KeitetsuWorks
KeitetsuWorks / button_led_blink.ino
Last active December 1, 2021 14:01
Arduino Sample Sketch: Button and LED
@KeitetsuWorks
KeitetsuWorks / leds_blink_millis.ino
Last active December 1, 2021 16:25
Arduino Sample Sketch: Blink LED
@KeitetsuWorks
KeitetsuWorks / button_4leds_blink_int.ino
Last active January 31, 2022 15:08
Arduino: タクトスイッチ押下を外部割込みで検出し,LEDの点滅方向を切り替える
@KeitetsuWorks
KeitetsuWorks / button_led.ino
Last active January 31, 2022 14:50
Arduino: スイッチ押下4回目でLEDが点灯し,押下5回目でLEDが消灯して初期状態に戻る
/**
* @file button_led.ino
* @brief Button and LED
* @author Keitetsu
* @date 2022/01/31
* @copyright Copyright (c) 2022 Keitetsu
* @par License
* This software is released under the MIT License.
*/
@KeitetsuWorks
KeitetsuWorks / README.md
Last active February 11, 2022 02:59
deepstream-test5-app + Apache Kafka + Node-RED

deepstream-test5-app + Apache Kafka + Node-RED

deepstream-test5-app

My environment

  • Ubuntu 20.04.3 LTS (amd64)
@KeitetsuWorks
KeitetsuWorks / docker-compose.yml
Created February 12, 2022 13:19
PostgreSQL + pgAdmin on Docker
version: "3.9"
services:
postgres:
image: postgres:14.2-bullseye
hostname: postgres
container_name: postgres
restart: always
environment:
POSTGRES_USER: test