Type a sentence into the input bar at the top of the Serial Monitor and hit Enter to send it to the Wit.ai API. The console will log " Requesting TTS " followed by " Buffer ready, starting playback ," ...
They're reference designs for a reason.
Arduino library for reading rotary encoders that output a 2-bit gray code. Rotary r = Rotary(2, 3); void setup() { r.begin(); } void loop() { result = r.process(); if ...
Copyright (c) 2014 Arduino LLC. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General ...