Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

#avr #codevision

  1. T

    problem in string.h lib in codevision

    hi I'm using codevision AVR. in string.h lib when one of the arrays is const an error occurs. for example i want to put a array of string from one array to another like this : unsigned char A[11]; const unsigned char B[11]={"HELLOWORLD"}; when i use strncpy like this: strncpy(A,B,10); i...

New Articles From Microcontroller Tips

Back
Top