Jeff Littrell
Jeff Littrell
Disabling interrupts via ```dtoverlay=gpio-no-irq``` in order to prevent rpio edge detection events from hanging the pi running Buster also disables other hardware devices, such as the PICAN2 CAN bus hat...
Define a 'gear' model and gear-collection: ``` var Model = require('ampersand-model'); module.exports = Model.extend({ props: { id: 'string', name: 'string' }, parse: function (data) { data.name = data.name + '_modified';...
A configurable switch that would gen models from nested JSON as collections, not arrays (as is default now). This would build all the necessary models for all sub, sub-sub, etc....
So that we can add some value such as csrf token insertion to a custom base model and still use models genned from the CLI without having to change AmpModel...
Referencing docs at https://docs.arduino.cc/tutorials/uno-r4-minima/can from @karlsoderby See comments in https://forum.arduino.cc/t/using-can-with-minima-r4/1162333/4. Three different people have reproduced inability to use Arduino_CAN with R4 and SN65HVD230 CAN Board Accessory Network Transceiver modules. Looking...