NikhilNayak
NikhilNayak
@Petross404 Yeah, during the linking I'm getting these errors. What flags should I be adding.
Actually, I added all the files from nanogui/src. Now, all of the OpenGL functions become undeclared(glCompileShader, glCreateProgram, etc.). Any idea why?
I'm having the same problem. Has anyone found a working solution?
Is it possible to do this using the v2-alpha TPUs?
> Parsing the serial data directly is tough work. Perhaps it'll help you to read through https://github.com/sixtyfive/tgam1/tree/master/lib/tg_stream_parser ? This seems more general. I have data and am wondering what it...
Ok, thanks. From the data I have, how would I do something like getting the attention value or something similar?
I got this data by connecting a wire from the "T" pin of the chip to the serial "RX" pin. I then directly read the input serial data. This is...
Is there another way I can talk to you(discord or something else) because I have a few other questions?
Ok, that makes sense. Thanks a lot though.
Also, with the tgam1 program, I'm getting a lot of errors with the different libraries: #include #include #include #include WiFiClient wifi_client; #include I can't find ones that work. Where should...