David Patterson

Results 9 comments of David Patterson

I was already working on pins 11 and 12 plus analogue 1. As per your suggestion I tried 5-2 and 6-7. I also tried Analogue 0. Pins 45/46 not tested...

I attached a more powerful amplifier. Left channel audio distortion still present. However, passthrough audio is present at very high gain levels. I presume there is no digital signal gain...

float f = totalSteps/**360.0** forces a float result deg *f therefore produces float 0.5 +float does indeed round the float to nearest integer David

Hi, off() looks like the same idea- does it affect any other parts of the library? I had considered the loss of torque. However in some applications battery demand in...

My solution came from page 13 section 6.9 of the manual at [https://www.adestotech.com/wp-content/uploads/doc8782.pdf](https://www.adestotech.com/wp-content/uploads/doc8782.pdf) Perhaps you intended a more generic method across a range of devices?

Your library works well, thanks. This is my analysis on sector erase in the AT45DB161E manual: "To perform an erase of Sector 0a or Sector 0b with the standard DataFlash...

[software.zip](https://github.com/BlockoS/arduino-dataflash/files/2605956/software.zip)

I found the E chip had an extended byte, so modified dataflash.cpp to grab the value. It turned out to be 0 and not worth the effort. Therefore delete the...

Very useful. There is now a second status byte in the E chip with some good information: ``` void StatusByte2(){ uint8_t Status; dataflash.reEnable(); // Reset command decoder SPI.transfer(0xD7); // Send...