BrickUp API Service for Docker version.

Dependencies.js 117B

1234567891011
  1. module.exports = {
  2. I2CRobot: {
  3. external: [
  4. 'Wire/Wire.o',
  5. 'Wire/utility/twi.o'
  6. ],
  7. thirdparty: []
  8. }
  9. };