Re: [Amforth] defer.frt

2020-06-27 Thread Mark Roth
Okay, maybe I figured out why the i2c-eeprom-blocks.frt wasn't working right for me. I re-flashed my 1284 to get a fresh start, then started working on the simpler i2c-eeprom.frt from the python console. It would sort of work then get stuck. So I ended up just making a list of inclusions and worki

Re: [Amforth] defer.frt

2020-06-26 Thread Mark Roth
Thank you Tristan for the welcome and all of it. Yeah, I had done that. I guess pointing out that was missing was just an easy way to start. What I had actually done was to move everything into my app directory to try and get things to import. The changes you mention do work. Where I am getting st

Re: [Amforth] defer.frt

2020-06-26 Thread Tristan Williams
Hello Mark, Welcome to the list. > Should I be concentrating more on following along with the I2C EEPROM > recipe in the cookbook instead? It depends upon what you want to achieve - but perhaps. At the end of cookbook recipe[1] you should have an I2C eeprom connected to the I2C bus and be able t

[Amforth] defer.frt

2020-06-26 Thread Mark Roth
Hello, I have been working (and reading extensively) with AmForth this past week or so as I learn Forth from Starting Forth. I wanted to try to play with some eeproms on an I2C bus and from reading here I drifted toward the i2c-eeprom-block.frt post. The problem is that it seems there is no defer.f