Mark Cooke

Results 57 comments of Mark Cooke

My test case is to request 1 byte from register 0 on a ssd1306 (address 0x3C). Using my interactive demo (note the required libraries) here https://github.com/micooke/SoftwareI2C/blob/master/examples/SoftwareI2C_Interactive/SoftwareI2C_Interactive.ino which works with my...

I believe we are seeing this because of all the . = ALIGN(4) everywhere, and need to add a . = ALIGN(8) at the start of these sections. I haven't...

This works for me on a M15 R3 - excluding the right speaker for some reason?

Yes, but not with this project. I haven't looked at it I'm sorry, but i know that this egg has been cracked by other people

No problem. I don't have a lot of time to spend on this these days, but if you find a method for ota i am happy to try and integrate...

The problem is the formation of the default value for ```--data_dir``` https://github.com/hunkim/word-rnn-tensorflow/blob/master/train.py#L15 You can change this line locally to ```default=os.join('data','tinyshakespeare')``` or pass thus parameter when you can it ```python train...

The decode is in the str instantiation which takes a ```bytes``` object. First you need to encode the raw string as utf-8, then pass it through str like so... ```s...

change line 46 to ```self.token_to_id = dict((k, self.full_token_to_id[k]) for k in list(self.full_token_to_id.keys())[:max_vocabulary_size])```

I get a similar issue. Following your pdf example, Inspectrum has 2 extract options now ```Extract symbols: 1. To stdout, 2. Copy to clipboard``` Selecting To stdout closes Inspectrum (it...

No problemo, happy to help. So just a heads up that this project didn't work for the Casio Lineage LCW-M170TD-7AJF (but did for 3x WWVB desk clocks) so you may...