gridplus-sdk
Advanced tools
Comparing version 0.7.24 to 0.7.25
{ | ||
"name": "gridplus-sdk", | ||
"version": "0.7.24", | ||
"version": "0.7.25", | ||
"description": "SDK to interact with GridPlus Lattice1 device", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -219,3 +219,34 @@ // Consistent with Lattice's IV | ||
'uint256': 34, | ||
// Lattice firmware does not currently support signed integer types | ||
'int8': 35, | ||
'int16': 36, | ||
'int24': 37, | ||
'int32': 38, | ||
'int40': 39, | ||
'int48': 40, | ||
'int56': 41, | ||
'int64': 42, | ||
'int72': 43, | ||
'int80': 44, | ||
'int88': 45, | ||
'int96': 46, | ||
'int104': 47, | ||
'int112': 48, | ||
'int120': 49, | ||
'int128': 50, | ||
'int136': 51, | ||
'int144': 52, | ||
'int152': 53, | ||
'int160': 54, | ||
'int168': 55, | ||
'int176': 56, | ||
'int184': 57, | ||
'int192': 58, | ||
'int200': 59, | ||
'int208': 60, | ||
'int216': 61, | ||
'int224': 62, | ||
'int232': 63, | ||
'int240': 64, | ||
'int248': 65, | ||
'int256': 66, | ||
'uint': 67, | ||
@@ -222,0 +253,0 @@ 'bytes1': 69, |
106141
2439