This file contains 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
# <νΈνμ± μ 보> | |
# WordReminder λ¨μ΄μ₯μ λ κ±°μ νΈν μμκ³Ό 컨ν μ΄λ μμμΌλ‘ ꡬμ±λ©λλ€. | |
# λ κ±°μ νΈν μμ: λ¨μ΄κ° μ μ₯λλ μμμΌλ‘, κ° λ¨μ΄μ λ±λ‘λ μ¬λ¬ κ°μ λ»/λ°μμ΄ 1κ°λ‘ ν©μ³μ Έ μ μ₯λ©λλ€. λͺ¨λ λ²μ /νλ«νΌμμ μΈμν μ μμ΅λλ€. | |
# 컨ν μ΄λ μμ: λ¨μ΄μ λν λΆκ°μ μΈ μ λ³΄κ° μ μ₯λλ μμμΌλ‘, 1κ° μ΄μμ 컨ν μ΄λλ‘ κ΅¬μ±λ©λλ€. λ²μ /νλ«νΌμ λ°λΌ μΈμν μ μλ 컨ν μ΄λμ μ’ λ₯κ° λ€λ¦ λλ€. | |
# | |
# <컨ν μ΄λ μ 보> | |
# HomonymContainer: 2κ° μ΄μμ λ»μ΄ λ±λ‘λ λ¨μ΄κ° μ‘΄μ¬ν κ²½μ° μ¬μ©λ©λλ€. (PC: 1.4.0-beta.1~ / Android: λͺ¨λ λ²μ ) | |
# ExampleContainer: μλ¬Έμ΄ λ±λ‘λ λ»μ΄ μ‘΄μ¬ν κ²½μ° μ¬μ©λ©λλ€. (PC: μ§μ μν¨ / Android: λͺ¨λ λ²μ ) | |
# TagContainer: λ¨μ΄μ₯μ νκ·Έκ° μ‘΄μ¬ν κ²½μ° μ¬μ©λ©λλ€. (PC: μ§μ μν¨ / Android: 1.1.0~) | |
# |
This file contains 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
/* | |
* MIT License | |
* | |
* Copyright (c) 2021 kmc7468 | |
* | |
* 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 |
This file contains 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
/* | |
* (C) 2018. kmc7468 All rights reserved. | |
* The MIT License. See also the LICENSE file. | |
* https://gist.github.com/kmc7468/33bd66ecca40cb5a256ee4bb0700b8eb | |
*/ | |
#include <chrono> | |
#include <future> | |
#include <iostream> | |
#include <random> |
This file contains 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
/* | |
* (C) 2018. kmc7468 All rights reserved. | |
* MIT λΌμ΄μ μ€μ λλ€. | |
* https://gist.github.com/kmc7468/9cb6edc588b451f748dba9f96918309d | |
*/ | |
#include "DHT.h" | |
#include <math.h> | |
// |