Skip to content

Instantly share code, notes, and snippets.

@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.
*/
/**
* @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 / qiita_02ba1b3214c9dcfc443d.ino
Created February 13, 2021 17:07
String to Int Function
/**
* @file qiita_02ba1b3214c9dcfc443d.ino
* @brief String to Int Function
* @author Keitetsu
* @date 2021/02/13
* @copyright Copyright (c) 2021 Keitetsu
* @par License
* This software is released under the MIT License.
*/
@KeitetsuWorks
KeitetsuWorks / conv.ino
Last active February 13, 2021 16:38
LED Controller
/**
* @file conv.ino
* @brief LED Controller
* @author Keitetsu
* @date 2021/02/13
* @copyright Copyright (c) 2021 Keitetsu
* @par License
* This software is released under the MIT License.
*/
@KeitetsuWorks
KeitetsuWorks / arduino_mouse.ino
Last active April 3, 2021 03:20
Arduino Mouse with Variable Resistor
/**
* @file arduino_mouse.ino
* @brief Arduino Mouse with Variable Resistor
* @author Keitetsu
* @date 2021/02/07
* @copyright Copyright (c) 2021 Keitetsu
* @par License
* This software is released under the MIT License.
*/
@KeitetsuWorks
KeitetsuWorks / arduino_comm.py
Last active January 31, 2021 07:43
Get digital input values from Arduino
#!/usr/bin/env python
# -*- coding: utf-8 -*-
##
## @file arduino_comm.py
## @brief Get digital input values from Arduino
## @author Keitetsu
## @date 2021/01/31
## @copyright Copyright (c) 2021 Keitetsu
## @par License
@KeitetsuWorks
KeitetsuWorks / q11210332221.c
Last active July 11, 2019 16:20
void型で配列の先頭アドレスを受け取り,その配列に波形データを格納する関数
/**
* @file q11210332221.c
* @brief サンプルプログラム
* @author Keitetsu
* @date 2019/07/12
* @copyright Copyright (c) 2019 Keitetsu
* @par License
* This software is released under the MIT License.
*/
@KeitetsuWorks
KeitetsuWorks / list.txt
Created May 17, 2019 14:28
directory list for cifar-10
000_airplane airplane
001_automobile automobile
002_bird bird
003_cat cat
004_deer deer
005_dog dog
006_frog frog
007_horse horse
008_ship ship
009_truck truck
@KeitetsuWorks
KeitetsuWorks / convert_cifar10_to_bmp.py
Created May 17, 2019 13:38
Script to Convert CIFAR-10 Dataset from Pickle Object to Bitmap
#!/usr/bin/env python
# -*- coding: utf-8 -*-
##
## @file convert_cifar10_to_bmp.py
## @brief Script to Convert CIFAR-10 Dataset from Pickle Object to Bitmap
## @author Keitetsu
## @date 2019/02/21
## @copyright Copyright (c) 2019 Keitetsu
## @par License
@KeitetsuWorks
KeitetsuWorks / Lesson43-3.c
Created February 19, 2019 13:15
複数の点数を順番に出力する (3次元配列)
/*
* 処理名 点数出力 [Lesson43-3.c]
* 処理概要 複数の点数を順番に出力する (3次元配列)
* 更新履歴
* Ver1.00.000 20xx/10/01 David Stevenson 新規作成
*/
#include <stdio.h>
int main(void)