Hello all, been a while since I’ve programmed but looking for insight on sine and cosine functions when using a pic? I’m familiar with the pic16F6xx series but that’s about it. Easiest and most accurate approach ? TIA
I use a small routine that has 15 table entries and draws tiny lines between each 3° I use it in virtually all my display's it is for 90° but I use it for any angle..
The lookup table is percentages of 4000 each 3° is determined and added to produce the fraction of 4000... Because I use fixed math I use this to work out radius from angle The angle is 0 ~ 900 and the length is multiplied by the answer and divided by 4000 !