Skip to content
  • This プロジェクト
    • Loading...
  • サインイン

呉山勝全 / iot_platform_example_data_format_by_arduino

Go to a プロジェクト
Toggle navigation
Toggle navigation pinning
  • プロジェクト
  • グループ
  • スニペット
  • ヘルプ
  • プロジェクト
  • アクティビティ
  • リポジトリ
  • パイプライン
  • Graphs
  • 課題 0
  • マージリクエスト 0
  • Wiki
  • Network
  • new 課題を作成
  • ビルド
  • Commits
  • Issue Boards
  • ファイル
  • Commits
  • Network
  • Compare
  • ブランチ
  • タグ
Switch branch/tag
  • iot_platform_project_sample_by_duino_data
  • libraries
  • TimerThree-master
  • library.json
  • Katsuaki Kureyama's avatar
    first commit · 59599497
    59599497 Browse Files
    Katsuaki Kureyama committed 2017-09-20 18:08:26 +0900
library.json 316バイト
Raw Blame 履歴 Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "name": "TimerThree",
  "version": "1.1",
  "keywords": "timer",
  "description": "Allow to use the built-in 16 bit Timer3",
  "repository":
  {
    "type": "git",
    "url": "https://github.com/PaulStoffregen/TimerThree.git"
  },
  "frameworks": "arduino",
  "platforms":
  [
    "atmelavr",
    "teensy"
  ]
}