Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion circuito-schema
24 changes: 19 additions & 5 deletions components/Blocks/MPU9255.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
],
"blockId": "229604",
"app": {
"appName": "MPU-9255 - Triple Axis Accelerometer ,Gyro and Magnetometer Breakout",
"image": "",
"visible": true,
"numericName": "MPU9255",
"shortName": "Triple-axis Accelerometer ,Gyro and Magnetometer",
"appName": "MPU-9255 - Triple Axis Accelerometer ,Gyro and Magnetometer Breakout",
"image": "",
"indicators": {
"verified": false,
"solder": false
},
"desc": "<p>The MPU-9255 is a triple axis accelerometer, gyro and magnetometer combined, allowing a very deep motion detection and analysis.</p>",
"visible": true
"desc": "<p>The MPU-9255 is a triple axis accelerometer, gyro and magnetometer combined, allowing a very deep motion detection and analysis.</p>"
},
"altComp": {},
"circuits": [
{
"name": "default",
Expand Down Expand Up @@ -51,7 +52,7 @@
{
"cost": 0,
"spec": "",
"voltage": "3.3v"
"voltage": "5v"
}
],
"portType": "requires"
Expand Down Expand Up @@ -107,6 +108,19 @@
],
"portType": "requires"
}
},
{
"name": "INT",
"interface": {
"portType": "requires",
"requires": [
{
"cost": 0,
"spec": "",
"voltage": "3.3v"
}
]
}
}
],
"wires": [
Expand Down