bromagosa / Snap4Arduino

Binding Snap! and Arduino together
http://snap4arduino.rocks
GNU Affero General Public License v3.0
133 stars 85 forks source link

Chromium flavor implementations #173

Closed jguille2 closed 7 years ago

jguille2 commented 7 years ago

Chromium development -- 2017 july

1. Firmata.js in chromium

Note: SA5 functions in version 2:

codi SYSEX_RESPONSE (reporters) Only commands
0xC0 joyX  
0xC1 joyY  
0xC2 butZ  
0xC3 butC  
0xC4 accX  
0xC5 accY  
0xC6 accZ  
0xC7   tone
0xC8 pulseIn  
0xC9   pulseOut
0xCA ping  
0xCB ir reporter  
0xCC   Ir on
0xCD   Ir off
0xCE   Ir sender
0xCF dht11  

2. Manifest

Note: protocol “file:///*” is not possible

3. Postal i Dispatcher

4. Updating reporters (current problem with readings)

5. Watchers

6. Standaritzation of reportDigitalPin in s4a/objects.js

7. Prepare and Build

8. Desktop node_modules

9. getArduinoBoardParam(name) into Desktop

10. Fixing warnigs in chromium ide.version() function

plugin/gui.js - ide.version() uses synchronous getURL (deprecated)

Pending

bromagosa commented 7 years ago

Great work!!! And just in time for the Scratch conference. I may be showing the web version in the end :)