About Licence

当サイトで掲載しているスケッチのライセンスについて

OSSの利用について

当サイトで掲載しているスケッチおよびプログラム(以下プログラム)は、Open Source Software(以下OSS)を利用しています。
誰でも当サイトに掲載されているプログラムを自由に入手、複製、頒布、および販売をすることができます。
プログラムの頒布、販売を行う場合各ライセンスの定める条項に従ってください。

免責
当サイトで入手したプログラムを利用したいかなる不具合、損害においても当サイトおよび管理者は責任を負いません。
プログラムは利用者の責任で利用してください。

MIT Licence

著作権の宣言

Copyright(c) 2022 たまねぎ

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

End licence text.

和文概要

・このソフトウエアは誰でも自由に、複製、配布、変更、有償販売を行うことができます。
・このソフトウエアの著作権表示とライセンスの全文(英文の原文のまま)をソースコードまたは、プロジェクトに同梱したファイルに掲示してください。
・このソフトウエアには保証はありません。
・このソフトウエアを利用したことで問題が起きた場合でも、作成者および著作権者は一切の責任を負いません。

Lisence of each sketches

Adafruit ST7735/ST7789

概要

Adafruit製 ST7735/ST7789 ライブラリの再配布時は以下文言を含めてください。

Adafruit ST7735/ST7789

/****
This is a library for several Adafruit displays based on ST77* drivers.

Works with the Adafruit 1.8″ TFT Breakout w/SD card
—-> http://www.adafruit.com/products/358
The 1.8″ TFT shield
—-> https://www.adafruit.com/product/802
The 1.44″ TFT breakout
—-> https://www.adafruit.com/product/2088
The 1.14″ TFT breakout
—-> https://www.adafruit.com/product/4383
The 1.3″ TFT breakout
—-> https://www.adafruit.com/product/4313
The 1.54″ TFT breakout
—-> https://www.adafruit.com/product/3787
The 1.69″ TFT breakout
—-> https://www.adafruit.com/product/5206
The 2.0″ TFT breakout
—-> https://www.adafruit.com/product/4311
as well as Adafruit raw 1.8″ TFT display
—-> http://www.adafruit.com/products/618

Check out the links above for our tutorials and wiring diagrams.
These displays use SPI to communicate, 4 or 5 pins are required to
interface (RST is optional).

Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!

Written by Limor Fried/Ladyada for Adafruit Industries.
MIT license, all text above must be included in any redistribution
****/

Adafruit nRF52840

/*********************************************************************

 This is an example for our nRF52 based Bluefruit LE modules

 Pick one up today in the adafruit shop!

 Adafruit invests time and resources providing this open source code,

 please support Adafruit and open-source hardware by purchasing

 products from Adafruit!

 MIT license, check LICENSE for more information

 All text above, and the splash screen below must be included in

 any redistribution

*********************************************************************/

DFRobot’s SHT20

/*!

 * @file  getHumidityAndTemperature.ino

 * @brief  DFRobot’s SHT20 Humidity And Temperature Sensor Module

 * @details  This example demonstrates how to read the user registers to display resolution and other settings.

 * @n  Uses the SHT20 library to display the current humidity and temperature.

 * @n  Open serial monitor at 9600 baud to see readings.

 * @n  Errors 998 if not sensor is detected. Error 999 if CRC is bad.

 * @copyright  Copyright (c) 2010 DFRobot Co.Ltd (http://www.dfrobot.com)

 * @license  The MIT License (MIT)

 * @author  [Zhangjiawei](jiawei.zhang@dfrobot.com)

 * @maintainer  [qsjhyy](yihuan.huang@dfrobot.com)

 * @version  V1.0

 * @date  2021-12-03

 * @url  https://github.com/DFRobot/DFRobot_SHT20

 */