0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ATOMS3 LiteでLチカ(3.3.2)

Last updated at Posted at 2025-10-08

参考

いろいろ注意

  • 過去ログを見よ!!!(以下、省略
  • いろいろ、メーカーフェアで1500円で買った
  • 価格差がないのと、パッケージ(ケース)に入っているので買った
  • 3.3.2
  • 前も、いいね、したが、ESP32-S3が最低ラインらしい

結果

Screenshot from 2025-10-09 04-24-30.png

o_coq980.jpg

Screenshot from 2025-10-09 04-25-50.png

プログラム




//WS2812_test1_ATOMS3_1


//初期化
void setup() {

  //GPIOの初期化
  pinMode(35, OUTPUT);
  
}//setup


//メインループ
void loop() {
  
  neopixelWrite(35,64,64,64);

  delay(1000);

  neopixelWrite(35,64,0,0);

  delay(1000);
 
}//loop



0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?