Skip to content

Navigation Menu

Sign in
Sign up
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Arduino-Util

Utils in Arudino.

Support platform

  • esp8226
  • esp32

Usage

Begin serial

int montior_speed = 115200;
beginSerial(montior_speed);

Sync time

int KST = 9 * 60 * 60; // UTC = 0;
syncTime(KST);

String to char

String str = "hello!";
char *ret = StringToChar(str);

About

Utils in Arudino.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /