Mahboud Zabetian

Results 7 issues of Mahboud Zabetian

I'm not sure if this is a bug in the i2clib or in the board manager code. I only installed the minimum set of libraries I needed in my Arduino...

In some of the example MPU6050_DMP6...ino files, you are no longer using the `mpuInterrupt` var anywhere but the ISR? Is this intentional? Does that mean that the ISR is no...

### Board ESP32C3M1 ### Device Description Custom board: ![IMG_7922](https://user-images.githubusercontent.com/1689095/178842464-984ba4ec-f087-458f-8de0-589a38dd1681.jpeg) ### Hardware Configuration GPIO 18 & 19 are connected to USB. USB is used to program the device and to monitor...

Type: Bug :bug:
Area: Performance
Area: Peripherals API

### Describe the problem I expect only one board to be selected, not both. Trying to reselect the serial board does nothing. Trying to deselect the selected bluetooth port, makes...

topic: code
type: imperfection

I'd like to subclass the class, and public won't allow it if it is in a module. Change it to open? I'll do a pull-request if it will be considered.

- Arduino board: MPU6050 - Arduino IDE version (found in Arduino -> About Arduino menu): NA - 2.0 or 1.8 - List the steps to reproduce the problem below (if...

The ESP32 has a deep sleep mode, which returns, not to where deep sleep was initiated, but to setup() all over again. A difference between that and a regular reset...