Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 392 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 392 Bytes

Hardware-Dimensions

Hardware dimensions usable in mechanical design.

Function

Dimensions are stored in JSON files generated BowlerStudio.

{
"filename" : [
    { 
    "Row1, Col1" : "Row2, Col1",
    "Row1, Col2" : "Row2, Col2",
    },
     { 
    "Row1, Col1" : "Row3, Col1",
    "Row1, Col2" : "Row3, Col2",
    }
    ]
}   

##License MIT. See LICENSE.txt for details.