Forum Discussion
Altera_Forum
Honored Contributor
22 years agoWhat's wrong with my programm?
I have write a programme to initialize the lcd16207,but it couldn't work correctly. The code is:# include <unistd.h># include <stdlib.h># include <stdio.h> //#include "lcd_16207.h" /* Comman...
Altera_Forum
Honored Contributor
22 years agoDidn't know that. Isn't the HAL stuff more useful for software developers who write code targetting a system with an OS though? I understand the HAL is meant to make things easier for software developers, but if it doesn't work with the OS then the people who are already used to writing directly (low level programmers) are the ones making the switch (seems kinda backwards to me).