-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (25 loc) · 980 Bytes
/
library.json
File metadata and controls
25 lines (25 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "CMRI",
"version": "1.5.1",
"description": "A library for interfacing Arduino with the C/MRI computer control system for model railroads. This library allows you to easily interface your Arduino with JMRI (Java Model Railroad Interface) by emulating Bruce Chubb's Computer/Model Railroad Interface (C/MRI) System. It provides a simple API to handle GET, SET, and POLL requests from JMRI automatically, with support for up to 2048 digital lines.",
"keywords": "CMRI, JMRI, model-railroad, arduino, communication",
"repository": {
"type": "git",
"url": "https://github.com/madleech/ArduinoCMRI.git"
},
"authors": [
{
"name": "Michael Adams",
"url": "http://www.michael.net.nz",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "CMRI.h",
"build": {
"srcDir": ".",
"includeDir": "."
}
}