タグ

8pinoに関するnumashuのブックマーク (4)

  • Adafruit Arduino IDE Setup

    The latest version of Arduino is recommended for most users.  Follow the steps on this page to learn how to install a version of the Arduino IDE with support for Adafruit's boards. Super Easy Installation (Recommended) With the latest Arduino IDE (version 1.6.4 and greater) you can now add 3rd party boards directly from the stock IDE!  The first thing you will need to do is to download the latest

    Adafruit Arduino IDE Setup
  • ”「I2C LCD Breakout」を使ってみた” を整数対応にしてみた。

    「I2C LCD Brakout」を使ってみた。という記事があるのですが、この記事を読んでくださった方から「文字だけじゃなくて、int型変数の中身も表示したい!」というお声をいただきました。と言うわけで、過去の記事のプログラムに少しだけ追記をしてみました。 追加したのは以下の関数です。 void lcd_printInt(int num) { char int2str[10]; sprintf(int2str,"%d",num); lcd_printStr(int2str); } sprintf関数を使ってint変数の中身をchar配列に変えてるだけですね。 この関数を追加した全文が次のプログラムです。 #include <Wire.h> #define vddPin 16 // ArduinoA2 #define gndPin 17 // ArduinoA3 #define sdaPin

  • しぐれめも

    イベント出展の記録として撮影した写真をフォト蔵にアップロードしてきたのですが、このサイトが去年のある時期からかなり不安定で、MakerFaire台北2023の写真はエラーが頻発してアップできなかったりした(そして心が折れて数枚上げて諦めた)ので別の写真共有方法を考えていました。 で、色々考えてみた結果、試しにNT京都2024の写真をこのブログと同じハテナのサービスであるHatena fotolifeに上げてみました。 f.hatena.ne.jp 続きを読む 2024年4月27日(土)-28日(日)にけいはんなオープンイノベーションセンターで開催されたMaker Faire Kyoto 2024に出展しました。私の主な展示物は「デジタルおみくじ」と「ねぎ振り」でした。 www.nicovideo.jp www.nicovideo.jp 続きを読む 2024年3月24日(日)に京都市右京区

    しぐれめも
  • 8pino

    Sorry, your browser does not support frames. Please <A HREF="http://8pino.strikingly.com/" TARGET=_top>go here</A>

  • 1