perigalacticon

Results 8 comments of perigalacticon

No it doesn't. I'd like to use this lib on a SAMD11 board now, but it gives the compiler error: `C:\Program Files (x86)\Arduino\libraries\DataFlash\DataFlash.cpp: In member function 'void DataFlash::setup(int8_t, int8_t, int8_t)':...

I am using the Beta core from MattairTech: https://github.com/mattairtech/ArduinoCore-samd https://www.mattairtech.com/software/arduino/beta/package_MattairTech_index.json

I think the problem may be with the definition of SPI_2XCLOCK_MASK, I found it in Arduino file SPI.h: https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/libraries/SPI/src/SPI.h ` #define SPI_2XCLOCK_MASK 0x01 // SPI2X = bit 0 on SPSR...

Should this library work for the ARM SAMD11?

MooZ, I have been working with the AT45DB011D which you helped me adapt the library to use. I found that the Write Protect pin does not protect the chip unless...

Hey Mooz, is there any chance you can do this soon, as I'm building a project for halloween? I'm using the AT45DB321D ________________________________ From: MooZ Sent: Monday, October 16, 2017...

Thanks! I'll give it a try tonight. ________________________________ From: MooZ Sent: Monday, October 23, 2017 5:30 PM To: BlockoS/arduino-dataflash Cc: perigalacticon; Author Subject: Re: [BlockoS/arduino-dataflash] Read status register command not...

I forgot I had moved the location of the JPEGDecoder.h include statement to the top of the includes list to see if it would clear up a different error I...