Add fixed precision atan2() function

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3834 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-08-01 23:09:11 +00:00
parent ad877bf218
commit a203a142f3
4 changed files with 112 additions and 1 deletions
+2
View File
@@ -1959,4 +1959,6 @@
touchscreen interface. Add a driver for the TI TSC2007 touchscreen
controller.
* graphics/nxglib/lcd and fb: Add low level routines to set single pixels.
* lib/math/lib_b16atan2.c: Add a fixed precision atan2() function