Hi to all, well I decided to change some thing in C# code, using methods like:
AccessB.Regvalue(address, value)
Was Ok at the begining, but I decided to change simply to this:
AccessB.TRISA = 0xFF; AccessB.TRISAbits_TRISA0 = 1; PORTAValue = AccessB.PORTA; PORTA_RA0 = AccessB.PORTAbits_RA0;That is more direct and easy to use, also all the module enable functions will be removed from the PIC firmware, because enabling/disabling is only set or clear bits and that can be done from C# code using the methods to access bit registers. Soon I will upload the files with the updates.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.