This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 処理名 点数出力 [Lesson43-3.c] | |
* 処理概要 複数の点数を順番に出力する (3次元配列) | |
* 更新履歴 | |
* Ver1.00.000 20xx/10/01 David Stevenson 新規作成 | |
*/ | |
#include <stdio.h> | |
int main(void) |