Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LCD_DISCO_F429ZI mbed BSP_DISCO_F429ZI
main.cpp
- Committer:
- ascheriit
- Date:
- 2019-05-10
- Revision:
- 23:1d4562f7b639
- Parent:
- 22:5b2a7d7c73fa
- Parent:
- 20:f3e8319b7899
- Child:
- 24:682b9e68dca8
File content as of revision 23:1d4562f7b639:
#include "main.h"
#include "mbed.h"
int main(){
<<<<<<< working copy
    DisplayMatrixClean(14,14,BS_H(),5,0xFF0000,0x0000FF);
=======
    cRR_test();
>>>>>>> merge rev
    return 1;
}
            
    