senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. みゃー@まうい (mewl@mewl.me)'s status on Monday, 28-Mar-2022 13:02:23 JST みゃー@まうい みゃー@まうい

    package main import ( "machine" "time" ) func main() { led := machine.LED led.Configure(machine.PinConfig{Mode: machine.PinOutput}) for { led.Low() time.Sleep(time.Millisecond * 500) led.High() time.Sleep(time.Millisecond * 500) } }Blinking LED | TinyGo: https://tinygo.org/docs/tutorials/blinky/なるほど

    In conversation Monday, 28-Mar-2022 13:02:23 JST from mewl.me permalink

    Attachments


    • 白林檎美和@一般丼。 (whtapple@ippandon.hopto.org)'s status on Monday, 28-Mar-2022 13:02:23 JST 白林檎美和@一般丼。 白林檎美和@一般丼。
      in reply to

      @mewl 組み込み向けとわ!

      In conversation Monday, 28-Mar-2022 13:02:23 JST permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.