Alan Wang
Alan Wang
I've used the ```TimeseriesForecaster``` class under AutoKeras 1.16 and TF 2.5 and it works pretty well. (Although the ```lookback``` window has to be divisible by ```batch size```.) It's the ```AutoModel```...
Hello, just saw this so I added the MIT license for https://github.com/jdarling/pxt-pca9685 (pulled request from my forked repository).
Tried to look into it. I tried to raise a response with the "who am I" register but... the code would simply hang on any I2C operations. ```golang func main()...
@sago35 Thanks! I got responses from both HTS221 and LSM9DS1. It turns out I have to set both ```VCC_ENV (P0_22)``` (device power) and ```R_PULLUP (P1_00)``` (pull up the I2C1 bus)...
Well...this might work, except that ```machine.PinInputPullup``` has not been implemented on Bluepill yet (I only tested it on a BBC micro:bit). You would have to use external pull-ups. ```golang package...