Grove - Buzzer를 Nerves로 울립니다.
8876 단어 RaspberryPiNervesElixirSeeed
전날은 「Grove Base HAT for RasPi는 똑바로 구이」이었습니다.
소개
Grove - Buzzer 을 Nerves
D16
에 꽂아 보았습니다 준비나 여러가지
Run
IEx
(Elixir's interactive shell)로 해 보겠습니다 $ ssh nerves.local
Interactive Elixir (1.11.2) - press Ctrl+C to exit (type h() ENTER for help)
Toolshed imported. Run h(Toolshed) for more info.
RingLogger is collecting log messages from Elixir and Linux. To see the
messages, either attach the current IEx session to the logger:
RingLogger.attach
or print the next messages in the log:
RingLogger.next
iex(1)> {:ok, gpio} = Circuits.GPIO.open(16, :output)
{:ok, #Reference<0.1045830398.268566543.199724>}
iex(2)> Circuits.GPIO.write(gpio, 1)
:ok
iex(3)> Circuits.GPIO.write(gpio, 0)
:ok
Wrapping Up
GrovePi+ Starter Kit for Raspberry Pi A+,B,B+&2,3,4 (CE certified)
다음 번은, 🌸🏻♀️ 씨로 「 초보자용 WioTerminal의 시작 방법【VisualStudioCode+PlatformIO편】 」입니다.
계속 즐길 수 있습니다.
지금 이것을 쓰고 있는 23:31. 죄송합니다.
Reference
이 문제에 관하여(Grove - Buzzer를 Nerves로 울립니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/torifukukaiou/items/19fecf95b9313b8a2b8a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)