From: Peter M. <spa...@pm...> - 2019-06-11 19:44:11
|
I think revision 2122, 2016-06-26 (the latest for that file) for page "Turnkey applications" wiped out the 'variable' line for the containing old turnkey thingy (now 'tk.amforth') - https://svn.code.sf.net/p/amforth/code/trunk/doc/source/TG/recipes/Turnkey.rst Corresponding web page: http://amforth.sourceforge.net/TG/recipes/Turnkey.html Thus, before the line " ' turnkey defer@ Evalue tk.amforth " (line 38/39) there should probably be this line(?): variable tk.amforth The error message is the non-descriptive: ?? -13 23 'Evalue' was found in: \lib\forth2012\core\avr-values.frt (I have done my first real Forth project (the first version is based on Arduino Uno hardware), and it is going to be deployed to the real world! In exactly one instance. It involves sending RC codes (433.92 MHz) to a 220 V relay. The turnkey thing is the last hurdle. And perhaps avoiding hardware reset (I/O ports, etc.) when connecting through USB. I have also installed Mecrisp Stellaris Forth on the 1Bitsy (<https://www.kickstarter.com/projects/esden/1bitsy-and-black-magic-probe-demystifying-arm-prog>), intended for some CAN bus work, but this is the first real project. ) Regards, Peter Mortensen |